summary refs log tree commit diff
path: root/src/Game.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.cc')
-rw-r--r--src/Game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.cc b/src/Game.cc
index 34e2222..e8d722c 100644
--- a/src/Game.cc
+++ b/src/Game.cc
@@ -23,6 +23,6 @@ void run()
 {
 	Game game {};
 	initGl(&game);
-	game.InitGame();
+	initGame(&game);
 	game.EventLoop();
 }