mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 09:20:47 +00:00
Revert "trip onadd in additional places"
This reverts commit 4f639a16b5.
This commit is contained in:
parent
7cad861536
commit
67a74a0553
4 changed files with 0 additions and 25 deletions
|
|
@ -987,9 +987,6 @@ class SimObject: public ConsoleObject, public TamlCallbacks
|
|||
DECLARE_CALLBACK(void, onInspectPostApply, (SimObject* obj));
|
||||
DECLARE_CALLBACK(void, onSelected, (SimObject* obj));
|
||||
DECLARE_CALLBACK(void, onUnselected, (SimObject* obj));
|
||||
|
||||
DECLARE_CALLBACK(void, onAdd, (SimObjectId ID));
|
||||
DECLARE_CALLBACK(void, onRemove, (SimObjectId ID));
|
||||
|
||||
static SimObject* __findObject( const char* id ) { return Sim::findObject( id ); }
|
||||
static const char* __getObjectId( ConsoleObject* object )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue