mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
commit
7a10c42c40
2 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue