소스 검색

Changed the exit button to select.

Eiyeron Fulmincendii 10 년 전
부모
커밋
c1adea0643
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();
         }