mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +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)
|
function OptionsMenu::onWake(%this)
|
||||||
{
|
{
|
||||||
|
OptionsMenuCategoryList.clear();
|
||||||
|
|
||||||
for(%i=0; %i < %this.optionsCategories.count(); %i++)
|
for(%i=0; %i < %this.optionsCategories.count(); %i++)
|
||||||
{
|
{
|
||||||
%catName = %this.optionsCategories.getKey(%i);
|
%catName = %this.optionsCategories.getKey(%i);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue