mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +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()
|
||||
{
|
||||
$activeRemapControlSet = OptionsMenuSettingsList.getCurrentOption();
|
||||
$activeRemapControlSet = OptionsMenuSettingsList.getObject(0).getCurrentOption();
|
||||
fillRemapList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue