mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Missed clearing the options categories in options menu onWake
This commit is contained in:
parent
725e2b1575
commit
9b4acda7bd
|
|
@ -76,6 +76,8 @@ function OptionsMenuSettingsList::getOptionsList(%this, %index)
|
|||
|
||||
function OptionsMenu::onWake(%this)
|
||||
{
|
||||
OptionsMenuCategoryList.clear();
|
||||
|
||||
for(%i=0; %i < %this.optionsCategories.count(); %i++)
|
||||
{
|
||||
%catName = %this.optionsCategories.getKey(%i);
|
||||
|
|
|
|||
Loading…
Reference in a new issue