MCPcopy Create free account
hub / github.com/carbonengine/trinity / Stop

Method Stop

trinity/Eve/EveSpaceSceneRenderDriver.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 TimeSection& operator=( const TimeSection& ) = delete;
94
95 void Stop()
96 {
97 if( m_renderContext )
98 {
99 m_timer.End( *m_renderContext );
100 m_renderContext = nullptr;
101 }
102 }
103
104 ~TimeSection()
105 {

Callers 1

ExecuteMethod · 0.45

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected