mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 23:53:51 +00:00
Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153
This commit is contained in:
commit
10cb6ab9c4
893 changed files with 44063 additions and 6437 deletions
|
|
@ -52,7 +52,13 @@ public:
|
|||
objectId = obj->getId();
|
||||
ghostIndex = index;
|
||||
}
|
||||
else
|
||||
{
|
||||
objectId = 0;
|
||||
ghostIndex = 0;
|
||||
}
|
||||
object = NULL;
|
||||
validObject = false;
|
||||
}
|
||||
~GhostAlwaysObjectEvent()
|
||||
{ delete object; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue