- rename class Tiles -> TileSet

- cleanup + comments
This commit is contained in:
Hannes Janetzek
2012-11-24 19:37:33 +01:00
parent 64c56ce7df
commit 3dc36e108a
8 changed files with 77 additions and 98 deletions

View File

@@ -28,6 +28,7 @@ public class Layers {
private Layer mCurLayer;
// get or add the line- or polygon-layer for a level.
public Layer getLayer(int level, byte type) {
Layer l = layers;
Layer ret = null;
@@ -177,9 +178,6 @@ public class Layers {
l.curItem = null;
}
// if (l instanceof TextLayer)
// ((TextLayer) l).clear();
l = l.next;
}
textureLayers = null;