summaryrefslogtreecommitdiff
path: root/src/tiledfile.h
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-07-11 01:59:45 +0100
committerdavidovski <david@davidovski.xyz>2023-07-11 01:59:45 +0100
commite8b6b1f0ee8b825443972b99b191fd5a85437008 (patch)
tree8680b4ea5e424b72e1e044f06ab9ae5d3003ef24 /src/tiledfile.h
parent86da5bd3b0b5e0a8d9e68534297ca0446d2f735d (diff)
make consistent variable names
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;