Explorar o código

Changed the exit button to select.

Eiyeron Fulmincendii %!s(int64=10) %!d(string=hai) anos
pai
achega
c1adea0643
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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();
         }