typofix
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1389 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: IsoUtil.java,v 1.31 2002/05/24 20:15:04 ray Exp $
|
// $Id: IsoUtil.java,v 1.32 2002/05/24 20:32:11 ray Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene.util;
|
package com.threerings.miso.scene.util;
|
||||||
|
|
||||||
@@ -310,7 +310,7 @@ public class IsoUtil
|
|||||||
// offset the direction by -1, ie change SOUTHWEST to SOUTH
|
// offset the direction by -1, ie change SOUTHWEST to SOUTH
|
||||||
dir = (dir + 7) % 8;
|
dir = (dir + 7) % 8;
|
||||||
}
|
}
|
||||||
return nonproj;
|
return dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user