mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Fixes the movemap toggle in the options menu
This commit is contained in:
parent
120691abee
commit
48680558c7
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