Explorar el Código

shadowvar cleanup

Azaezel hace 7 años
padre
commit
75897d8191
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Engine/source/gui/containers/guiWindowCtrl.cpp

+ 1 - 1
Engine/source/gui/containers/guiWindowCtrl.cpp

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