Fixed typo.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2164 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: AStarPathUtil.java,v 1.23 2003/01/15 21:43:33 mdb Exp $
|
// $Id: AStarPathUtil.java,v 1.24 2003/01/15 21:44:52 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene.util;
|
package com.threerings.miso.scene.util;
|
||||||
|
|
||||||
@@ -287,7 +287,7 @@ class AStarInfo
|
|||||||
// meander off the edge of the scene; note, however, that their
|
// meander off the edge of the scene; note, however, that their
|
||||||
// cost is prohibitively high such that normal on-screen paths
|
// cost is prohibitively high such that normal on-screen paths
|
||||||
// won't make use of off-screen tiles. oh, the hackery.
|
// won't make use of off-screen tiles. oh, the hackery.
|
||||||
return !isCoordinateValid(x, y)) || scene.canTraverse(trav, x, y);
|
return !isCoordinateValid(x, y) || scene.canTraverse(trav, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user