瀏覽代碼

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) {
                     return ma - mb;
                 }
-                if (a.representation < b.representation) return -1;
-                else if (a.representation > b.representation) return 1;
                 return 0;
             });