Browse Source

removed comment

Kajetan Johannes Hammerle 2 years ago
parent
commit
b2c59950a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Main.cpp

+ 2 - 2
Main.cpp

@@ -59,7 +59,7 @@ int main(int argAmount, char** args) {
     NetworkTests::test();
     ComponentsTests::test();
 
-    /*struct Game {
+    struct Game {
         bool isRunning() {
             return true;
         }
@@ -79,6 +79,6 @@ int main(int argAmount, char** args) {
         return 0;
     }
     Game game;
-    w.run(game, 10'000'000);*/
+    w.run(game, 10'000'000);
     return 0;
 }