- rename class Tiles -> TileSet
- cleanup + comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user