| 653 | } |
| 654 | |
| 655 | SceneGraph* Engine::GetSceneGraph() { |
| 656 | return scenegraph_; |
| 657 | } |
| 658 | |
| 659 | void Engine::UpdateControls(float timestep, bool loading_screen) { |
| 660 | if (scenegraph_ && scenegraph_->map_editor && scenegraph_->map_editor->state_ != MapEditor::kInGame && !paused) { |
no outgoing calls
no test coverage detected