What's everyone's favourite kind of safety?
Type Safety!! git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@19 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -294,7 +294,7 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
|
||||
// get a reasonable tile path through the scene
|
||||
long start = System.currentTimeMillis();
|
||||
List points = AStarPathUtil.getPath(
|
||||
List<Point> points = AStarPathUtil.getPath(
|
||||
this, sprite, longestPath, src.x, src.y, dest.x, dest.y, loose);
|
||||
long duration = System.currentTimeMillis() - start;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user