cleaned how balls are added
[physics.git] / src / main.cpp
index 5381a86..d8ca3e1 100644 (file)
@@ -181,7 +181,7 @@ void handleInput()
 {
     input::update();
 
-    game::input();
+    game::handleInput();
 
     if(cfg::endGame())
         is_Running = false;