mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix uninit vars in gui
This commit is contained in:
parent
81e7dafb94
commit
2fc1ac4816
4 changed files with 12 additions and 3 deletions
|
|
@ -98,10 +98,10 @@ GuiWindowCtrl::GuiWindowCtrl()
|
|||
mMouseMovingWin = false;
|
||||
mMouseResizeWidth = false;
|
||||
mMouseResizeHeight = false;
|
||||
setExtent(100, 200);
|
||||
mMinimizeIndex = -1;
|
||||
mTabIndex = -1;
|
||||
mBitmapBounds = NULL;
|
||||
setExtent(100, 200);
|
||||
|
||||
RectI closeRect(80, 2, 16, 16);
|
||||
mCloseButton = closeRect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue