mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
uninitialized variables-gui
This commit is contained in:
parent
b9c207765e
commit
9fef1b3cd1
43 changed files with 119 additions and 33 deletions
|
|
@ -116,6 +116,11 @@ GuiWindowCtrl::GuiWindowCtrl()
|
|||
mMaximizeButtonPressed = false;
|
||||
mMinimizeButtonPressed = false;
|
||||
|
||||
mRepositionWindow = false;
|
||||
mResizeWindow = false;
|
||||
mSnapSignal = false;
|
||||
mPreCollapsedYExtent = 200;
|
||||
mPreCollapsedYMinExtent = 176;
|
||||
mText = "New Window";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue