| 2702 | } |
| 2703 | |
| 2704 | void MapEditor::ToggleImposter() { |
| 2705 | SendMessageToSelectedObjects(scenegraph_, OBJECT_MSG::TOGGLE_IMPOSTER); |
| 2706 | } |
| 2707 | |
| 2708 | void MapEditor::SetImposter(bool set) { |
| 2709 | ReturnSelected(&selected); |
nothing calls this directly
no test coverage detected