Always throw a stack trace if an invalid tile is requested, so that we can more easily track down these errors
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3603 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -327,6 +327,7 @@ public abstract class TileSet
|
|||||||
} else {
|
} else {
|
||||||
Log.warning("Requested invalid tile [tset=" + this +
|
Log.warning("Requested invalid tile [tset=" + this +
|
||||||
", index=" + tileIndex + "].");
|
", index=" + tileIndex + "].");
|
||||||
|
Thread.dumpStack();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user