might as well
This commit is contained in:
parent
cc01c88dbd
commit
b20f148fa6
@ -85,7 +85,7 @@ public final class PathNode {
|
||||
*/
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return (x * 935847 + y) * 239761 + z;
|
||||
return (int) AbstractNodeCostSearch.posHash(x, y, z);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user