mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
shadowvar cleanup
This commit is contained in:
parent
1138637718
commit
75897d8191
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ void GuiWindowCtrl::moveToCollapseGroup(GuiWindowCtrl* hitWindow, bool orientati
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
S32 groupVec = hitWindow->mCollapseGroup;
|
groupVec = hitWindow->mCollapseGroup;
|
||||||
|
|
||||||
if(orientation == 0)
|
if(orientation == 0)
|
||||||
parent->mCollapseGroupVec[groupVec].push_front(this);
|
parent->mCollapseGroupVec[groupVec].push_front(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue