Răsfoiți Sursa

Merge pull request #929 from Areloch/keybindRemapUIFix

Fixes the movemap toggle in the options menu
Brian Roberts 2 ani în urmă
părinte
comite
d191b4488c

+ 1 - 1
Templates/BaseGame/game/data/UI/scripts/controlsMenu.tscript

@@ -184,7 +184,7 @@ function fillRemapList()
 
 function controlSetChanged()
 {
-   $activeRemapControlSet = OptionsMenuSettingsList.getCurrentOption();
+   $activeRemapControlSet = OptionsMenuSettingsList.getObject(0).getCurrentOption();
    fillRemapList();
 }