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
|
|
@ -54,7 +54,8 @@ ConsoleDocClass( GuiDecoyCtrl,
|
|||
|
||||
GuiDecoyCtrl::GuiDecoyCtrl() : mMouseOver(false),
|
||||
mIsDecoy(true),
|
||||
mDecoyReference(NULL)
|
||||
mDecoyReference(NULL),
|
||||
mMouseOverDecoy(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -235,4 +236,4 @@ void GuiDecoyCtrl::onMiddleMouseUp(const GuiEvent &)
|
|||
|
||||
void GuiDecoyCtrl::onMiddleMouseDragged(const GuiEvent &)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue