aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index ca65dd3..2205897 100644
--- a/main.cpp
+++ b/main.cpp
@@ -235,7 +235,7 @@ EXIT_ROUTINE:
Texture::freeTextures();
// close up the game stuff
-// currentWorld->save();
+ game::engine.getSystem<WorldSystem>()->save();
game::engine.getSystem<WindowSystem>()->die();