| 127 | } |
| 128 | |
| 129 | void DialogScene::RenderBackground() { |
| 130 | RenderBackgroundAnimation(mShapeRenderer); |
| 131 | } |
| 132 | |
| 133 | bool DialogScene::OnBackKeyPressed() { |
| 134 | SceneManager* mgr = SceneManager::GetInstance(); |
nothing calls this directly
no test coverage detected