mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
extra fixes for options menu and setting up from device name
This commit is contained in:
parent
d56bf257c7
commit
15a7b8cce0
7 changed files with 183 additions and 44 deletions
|
|
@ -855,6 +855,8 @@ function OptionsMenu::resetSettings(%this)
|
|||
function OptionsMenu::populateAudioSettings(%this)
|
||||
{
|
||||
AudioSettingsList.clear();
|
||||
OptionsMenu.optsListCount = -1;
|
||||
|
||||
AudioSettingsGroup.populateSettings();
|
||||
|
||||
//Process the lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue