| 853 | } |
| 854 | |
| 855 | void DrapeEngine::ShowDebugInfo(bool shown) |
| 856 | { |
| 857 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<ShowDebugInfoMessage>(shown), |
| 858 | MessagePriority::Normal); |
| 859 | } |
| 860 | |
| 861 | void DrapeEngine::EnableDebugRectRendering(bool enabled) |
| 862 | { |
no test coverage detected