summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 45c029c..165c067 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,8 +21,10 @@ int main()
srand(time(NULL));
//Init controller
- //SFMLController controller;
- ConsoleController controller;
+ SFMLController controller;
+
+ //ConsoleController controller;
+
//Run the game
controller.run();