shadowvar cleanup

This commit is contained in:
Azaezel 2018-03-14 19:07:03 -05:00
parent 1138637718
commit 75897d8191

View file

@ -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);