mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
Missed clearing the options categories in options menu onWake
This commit is contained in:
parent
725e2b1575
commit
9b4acda7bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue