mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
(crashfix) clean up shadowvar followup.
This commit is contained in:
parent
5282b37d9f
commit
36c3a4d371
1 changed files with 2 additions and 2 deletions
|
|
@ -673,8 +673,8 @@ void GuiInspector::refresh()
|
|||
}
|
||||
else
|
||||
{
|
||||
mGroups.push_back( group );
|
||||
addObject( group );
|
||||
mGroups.push_back(newGroup);
|
||||
addObject(newGroup);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue