소스 검색

Let player choose order of keys, just leave the mods for after

Reddo 5 년 전
부모
커밋
9b89bc24dd
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      app/Controls/Modules/KeyHandler.ts

+ 0 - 2
app/Controls/Modules/KeyHandler.ts

@@ -351,8 +351,6 @@ module Controls.KeyHandler {
                 if (ma != mb) {
                 if (ma != mb) {
                     return ma - mb;
                     return ma - mb;
                 }
                 }
-                if (a.representation < b.representation) return -1;
-                else if (a.representation > b.representation) return 1;
                 return 0;
                 return 0;
             });
             });