mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
uninitialized variables-gui
This commit is contained in:
parent
b9c207765e
commit
9fef1b3cd1
43 changed files with 119 additions and 33 deletions
|
|
@ -58,6 +58,7 @@ GuiButtonCtrl::GuiButtonCtrl()
|
|||
{
|
||||
setExtent(140, 30);
|
||||
mButtonText = StringTable->EmptyString();
|
||||
mHasTheme = false;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
@ -121,4 +122,4 @@ void GuiButtonCtrl::onRender(Point2I offset,
|
|||
|
||||
//render the children
|
||||
renderChildControls( offset, updateRect);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue