MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / deinitialize

Method deinitialize

Samples/2.0/Common/src/BaseSystem.cpp:13–13  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

11 void BaseSystem::initialize() { mCurrentGameState->initialize(); }
12 //-----------------------------------------------------------------------------------
13 void BaseSystem::deinitialize() { mCurrentGameState->deinitialize(); }
14 //-----------------------------------------------------------------------------------
15 void BaseSystem::createScene01() { mCurrentGameState->createScene01(); }
16 //-----------------------------------------------------------------------------------

Callers 4

renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
mainAppSingleThreadedMethod · 0.45
runLoopMethod · 0.45

Calls

no outgoing calls

Tested by 1

runLoopMethod · 0.36