Parcourir la Source

Changed the exit button to select.

Eiyeron Fulmincendii il y a 10 ans
Parent
commit
c1adea0643
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/engine/StateMachine.cpp

+ 2 - 2
src/engine/StateMachine.cpp

@@ -65,9 +65,9 @@ void STATEMACHINE::run()
             Graphics::frame_end();
         }
 
-        if (Input::key_b())
+        if (Input::key_select())
         {
-            while (Input::key_b())
+            while (Input::key_select())
                 ;
             this->pop();
         }