mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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
|
else
|
||||||
{
|
{
|
||||||
mGroups.push_back( group );
|
mGroups.push_back(newGroup);
|
||||||
addObject( group );
|
addObject(newGroup);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue