Whoops! I forgot to check in the new StageLocation class,
also added a log error message to my equals() logic error checking. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4141 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -68,6 +68,8 @@ public class SceneLocation extends SimpleStreamableObject
|
||||
{
|
||||
// TEMP
|
||||
if (other instanceof Location) {
|
||||
com.threerings.whirled.spot.Log.warning(
|
||||
"Illegal compare of SceneLocation and Location!!!");
|
||||
Thread.dumpStack(); // this will help us find logic errors,
|
||||
// as a SceneLocation and a Location shouldn't be compared
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user