summary refs log tree commit diff stats
path: root/src/systems/mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/mapping.h')
-rw-r--r--src/systems/mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/mapping.h b/src/systems/mapping.h index 53d054b..3c47419 100644 --- a/src/systems/mapping.h +++ b/src/systems/mapping.h
@@ -12,7 +12,7 @@ public:
12 12
13 void render(Texture& texture); 13 void render(Texture& texture);
14 14
15 void loadMap(size_t mapId); 15 void generateBoundaries(id_type mapEntity);
16 16
17}; 17};
18 18