mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
||||
{
|
||||
S32 groupVec = hitWindow->mCollapseGroup;
|
||||
groupVec = hitWindow->mCollapseGroup;
|
||||
|
||||
if(orientation == 0)
|
||||
parent->mCollapseGroupVec[groupVec].push_front(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue