mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #929 from Areloch/keybindRemapUIFix
Fixes the movemap toggle in the options menu
This commit is contained in:
commit
d191b4488c
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ function fillRemapList()
|
||||||
|
|
||||||
function controlSetChanged()
|
function controlSetChanged()
|
||||||
{
|
{
|
||||||
$activeRemapControlSet = OptionsMenuSettingsList.getCurrentOption();
|
$activeRemapControlSet = OptionsMenuSettingsList.getObject(0).getCurrentOption();
|
||||||
fillRemapList();
|
fillRemapList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue