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

Method ~LevelInfo

Engine/source/T3D/levelInfo.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112//-----------------------------------------------------------------------------
113
114LevelInfo::~LevelInfo()
115{
116 LightManager::smActivateSignal.remove(this, &LevelInfo::_onLMActivate);
117 if (!mAccuTexture.isNull())
118 {
119 mAccuTexture.free();
120 gLevelAccuMap.free();
121 }
122}
123
124//-----------------------------------------------------------------------------
125

Callers

nothing calls this directly

Calls 3

removeMethod · 0.45
isNullMethod · 0.45
freeMethod · 0.45

Tested by

no test coverage detected