| 25 | } |
| 26 | |
| 27 | void DemoKeeper::destroyScene() |
| 28 | { |
| 29 | MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStart); |
| 30 | } |
| 31 | |
| 32 | void DemoKeeper::notifyFrameStart(float _time) |
| 33 | { |
nothing calls this directly
no test coverage detected