Removed TODO as it was already done.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@962 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: AStarPathUtil.java,v 1.11 2002/02/07 19:57:24 mdb Exp $
|
||||
// $Id: AStarPathUtil.java,v 1.12 2002/02/07 20:02:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.scene.util;
|
||||
|
||||
@@ -71,9 +71,6 @@ public class AStarPathUtil
|
||||
return getNodePath(n);
|
||||
}
|
||||
|
||||
// TODO: don't allow diagonal traversal if horiz and vert
|
||||
// are impassable.
|
||||
|
||||
// consider each successor of the node
|
||||
considerStep(info, n, n.x - 1, n.y - 1, 14);
|
||||
considerStep(info, n, n.x, n.y - 1, 10);
|
||||
|
||||
Reference in New Issue
Block a user