| 134 | } |
| 135 | |
| 136 | IntervalTest::~IntervalTest() |
| 137 | { |
| 138 | if (Director::getInstance()->isPaused()) |
| 139 | { |
| 140 | Director::getInstance()->resume(); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | void IntervalTest::update(float dt) |
| 145 | { |
nothing calls this directly
no test coverage detected