aboutsummaryrefslogtreecommitdiff
path: root/Tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tile.h')
-rw-r--r--Tile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tile.h b/Tile.h
index 954709f..ebf00d9 100644
--- a/Tile.h
+++ b/Tile.h
@@ -11,9 +11,8 @@ public:
public:
TileData data;
-
+ TileAppearance appearance;
private:
TileBehavior behavior;
- TileAppearance appearance;
};