mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Merge pull request #1730 from marauder2k9-torque/SFXSystem-Refactor
Sfx system refactor
This commit is contained in:
commit
dae2a7714f
66 changed files with 3710 additions and 7727 deletions
|
|
@ -223,7 +223,6 @@ function OptionsMenu::openOptionsCategory(%this, %categoryName)
|
|||
else if(%categoryName $= "Audio")
|
||||
{
|
||||
$MenuList = AudioSettingsList;
|
||||
|
||||
%this.currentCatgeoryIdx = 1;
|
||||
}
|
||||
else if(%categoryName $= "KBM")
|
||||
|
|
@ -856,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