| 74 | //----------------------------------------------------------------------------- |
| 75 | |
| 76 | void SceneRootZone::onSceneRemove() |
| 77 | { |
| 78 | AssertFatal( getZoneRangeStart() == SceneZoneSpaceManager::RootZoneId, "SceneRootZone::onSceneRemove - SceneRootZone must be first scene object zone manager!"); |
| 79 | Parent::onSceneRemove(); |
| 80 | } |
| 81 | |
| 82 | //----------------------------------------------------------------------------- |
| 83 |
no outgoing calls
no test coverage detected