Explorar el Código

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

Reddo hace 5 años
padre
commit
9b89bc24dd
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;
             });