| 2643 | } |
| 2644 | |
| 2645 | bool MapEditor::IsViewingCollisionNavMesh() { |
| 2646 | return scenegraph_->IsCollisionNavMeshVisible(); |
| 2647 | } |
| 2648 | |
| 2649 | void MapEditor::AddLightProbes() { |
| 2650 | std::vector<Object*> selected; |
nothing calls this directly
no test coverage detected