Ver código fonte

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

Reddo 5 anos atrás
pai
commit
9b89bc24dd
1 arquivos alterados com 0 adições e 2 exclusões
  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;
             });