فهرست منبع

Fixes the movemap toggle in the options menu

Areloch 2 سال پیش
والد
کامیت
48680558c7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Templates/BaseGame/game/data/UI/scripts/controlsMenu.tscript

+ 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();
 }