mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
adress #225
This commit is contained in:
parent
3e1795ba1d
commit
6fde8dd4c3
|
|
@ -100,7 +100,6 @@ bool Message::onAdd()
|
|||
if(! Parent::onAdd())
|
||||
return false;
|
||||
|
||||
linkNamespaces();
|
||||
onAdd_callback();
|
||||
//Con::executef(this, "onAdd");
|
||||
return true;
|
||||
|
|
@ -120,7 +119,6 @@ void Message::onRemove()
|
|||
{
|
||||
onRemove_callback();
|
||||
//Con::executef(this, "onRemove");
|
||||
unlinkNamespaces();
|
||||
|
||||
Parent::onRemove();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ bool ScriptMsgListener::onAdd()
|
|||
if(! Parent::onAdd())
|
||||
return false;
|
||||
|
||||
linkNamespaces();
|
||||
onAdd_callback();
|
||||
//Con::executef(this, "onAdd");
|
||||
return true;
|
||||
|
|
@ -105,7 +104,6 @@ void ScriptMsgListener::onRemove()
|
|||
{
|
||||
onRemove_callback();
|
||||
//Con::executef(this, "onRemove");
|
||||
unlinkNamespaces();
|
||||
|
||||
Parent::onRemove();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue