MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~IntervalTest

Method ~IntervalTest

tests/cpp-tests/Source/IntervalTest/IntervalTest.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136IntervalTest::~IntervalTest()
137{
138 if (Director::getInstance()->isPaused())
139 {
140 Director::getInstance()->resume();
141 }
142}
143
144void IntervalTest::update(float dt)
145{

Callers

nothing calls this directly

Calls 3

getInstanceFunction · 0.85
isPausedMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected