MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ~SceneManager

Method ~SceneManager

Engine/source/scene/sceneManager.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138//-----------------------------------------------------------------------------
139
140SceneManager::~SceneManager()
141{
142 SAFE_DELETE( mZoneManager );
143
144 if( mLightManager )
145 mLightManager->deactivate();
146}
147
148//-----------------------------------------------------------------------------
149

Callers

nothing calls this directly

Calls 1

deactivateMethod · 0.45

Tested by

no test coverage detected