summaryrefslogtreecommitdiff
path: root/src/tiledfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tiledfile.h')
-rw-r--r--src/tiledfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiledfile.h b/src/tiledfile.h
index c9bd573..929dabc 100644
--- a/src/tiledfile.h
+++ b/src/tiledfile.h
@@ -4,7 +4,7 @@ typedef struct TiledMap {
int width;
int height;
char * tilelayout;
- int tilesize;
+ int tileSize;
int atlasSize[2];
Color * atlasData;
} TiledMap;