changes to how configs react to input
[physics.git] / src / main.cpp
index 0efd748..050aff7 100644 (file)
@@ -197,6 +197,7 @@ void handleInput()
 {
     input::update();
 
+    cfg::handleInput();
     game::handleInput();
 
     if(cfg::endGame())