Fixed initial minor bugs in path-finding.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@256 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-15 03:13:06 +00:00
parent 0616f0f464
commit c701da25e4
2 changed files with 36 additions and 9 deletions
@@ -1,5 +1,5 @@
//
// $Id: IsoUtil.java,v 1.3 2001/08/15 02:30:27 shaper Exp $
// $Id: IsoUtil.java,v 1.4 2001/08/15 03:13:06 shaper Exp $
package com.threerings.miso.scene.util;
@@ -9,6 +9,7 @@ import java.awt.Polygon;
import com.threerings.media.sprite.Path;
import com.threerings.media.util.MathUtil;
import com.threerings.miso.Log;
import com.threerings.miso.scene.*;
/**