mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
(crashfix) clean up shadowvar followup.
This commit is contained in:
parent
21b82b737d
commit
de4f2ddc2a
|
|
@ -673,8 +673,8 @@ void GuiInspector::refresh()
|
|||
}
|
||||
else
|
||||
{
|
||||
mGroups.push_back( group );
|
||||
addObject( group );
|
||||
mGroups.push_back(newGroup);
|
||||
addObject(newGroup);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue