Procházet zdrojové kódy

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

Reddo před 5 roky
rodič
revize
9b89bc24dd
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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;
             });