Improve SceneContainer testing code

This commit is contained in:
James Urquhart 2023-08-26 10:25:02 +01:00 committed by Brian Roberts
parent 32a5644d2e
commit d278aab929
6 changed files with 1374 additions and 671 deletions

View file

@ -160,6 +160,9 @@ SceneObject::SceneObject()
mGameObjectAssetId = StringTable->insert("");
mDirtyGameObject = false;
mContainer = NULL;
mContainerIndex = 0;
}
//-----------------------------------------------------------------------------