| 138 | //----------------------------------------------------------------------------- |
| 139 | |
| 140 | SceneManager::~SceneManager() |
| 141 | { |
| 142 | SAFE_DELETE( mZoneManager ); |
| 143 | |
| 144 | if( mLightManager ) |
| 145 | mLightManager->deactivate(); |
| 146 | } |
| 147 | |
| 148 | //----------------------------------------------------------------------------- |
| 149 |
nothing calls this directly
no test coverage detected