mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +00:00
Improve SceneContainer testing code
This commit is contained in:
parent
32a5644d2e
commit
d278aab929
6 changed files with 1374 additions and 671 deletions
|
|
@ -160,6 +160,9 @@ SceneObject::SceneObject()
|
|||
mGameObjectAssetId = StringTable->insert("");
|
||||
|
||||
mDirtyGameObject = false;
|
||||
|
||||
mContainer = NULL;
|
||||
mContainerIndex = 0;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue