mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 13:30:34 +00:00
gui shadowvar cleanups
This commit is contained in:
parent
a0eebd01c8
commit
f0c29172ca
9 changed files with 40 additions and 46 deletions
|
|
@ -142,7 +142,6 @@ void GuiDecoyCtrl::onMouseMove(const GuiEvent &event)
|
|||
if(mIsDecoy == true)
|
||||
{
|
||||
mVisible = false;
|
||||
GuiControl *parent = getParent();
|
||||
GuiControl *tempControl = parent->findHitControl(localPoint);
|
||||
|
||||
//the decoy control has the responsibility of keeping track of the decoyed controls status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue