| 175 | } |
| 176 | |
| 177 | void SchedulerPauseResumeAll::onExit() |
| 178 | { |
| 179 | if (!_pausedTargets.empty()) |
| 180 | { |
| 181 | Director::getInstance()->getScheduler()->resumeTargets(_pausedTargets); |
| 182 | } |
| 183 | SchedulerTestLayer::onExit(); |
| 184 | } |
| 185 | |
| 186 | void SchedulerPauseResumeAll::tick1(float /*dt*/) |
| 187 | { |
nothing calls this directly
no test coverage detected