ArrayUtil --> Arrays.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1172 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
package com.threerings.miso.tile {
|
||||
|
||||
import com.threerings.util.ArrayUtil;
|
||||
import com.threerings.util.Arrays;
|
||||
import com.threerings.util.Hashable;
|
||||
|
||||
import com.threerings.media.tile.BaseTile;
|
||||
@@ -41,7 +41,7 @@ public class FringeTile extends BaseTile
|
||||
return false;
|
||||
}
|
||||
var fObj :FringeTile = FringeTile(obj);
|
||||
return _passable == fObj._passable && ArrayUtil.equals(_fringeIds, fObj._fringeIds);
|
||||
return _passable == fObj._passable && Arrays.equals(_fringeIds, fObj._fringeIds);
|
||||
}
|
||||
|
||||
public function hashCode () :int
|
||||
|
||||
Reference in New Issue
Block a user