Added Eraser Debug Tool.

Meteorite Spawning Complete.
Removed a lot of test Logging.
This commit is contained in:
AlgorithmX2
2014-03-02 17:18:15 -06:00
parent 792249f8fd
commit 58992d0786
12 changed files with 253 additions and 46 deletions
+1
View File
@@ -16,6 +16,7 @@ public class CompassReader
{
for (CompassRegion r : regions.values())
r.close();
regions.clear();
}