| 282 | } |
| 283 | |
| 284 | bool ToolsManager::isSelectionMode(ToolsManager::Mode mode) { return mode == Mode::Area; } |
| 285 | |
| 286 | void ToolsManager::Overlay::draw() { |
| 287 | if (!ToolsManager::simulation || !ToolsManager::renderer || !ToolsManager::renderer->get() || !ToolsManager::pickingSystem) { |
nothing calls this directly
no outgoing calls
no test coverage detected