summaryrefslogtreecommitdiff
path: root/src/gui/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/game/GameController.cpp')
-rw-r--r--src/gui/game/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/game/GameController.cpp b/src/gui/game/GameController.cpp
index 97a81c5..6ae9ae2 100644
--- a/src/gui/game/GameController.cpp
+++ b/src/gui/game/GameController.cpp
@@ -219,7 +219,7 @@ GameController::~GameController()
delete *iter;
}
delete gameModel;
- if(ui::Engine::Ref().GetWindow() == gameView)
+ if (ui::Engine::Ref().GetWindow() == gameView)
{
ui::Engine::Ref().CloseWindow();
delete gameView;