| 388 | } |
| 389 | |
| 390 | void DrapeEngine::UpdateMapStyle() |
| 391 | { |
| 392 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<UpdateMapStyleMessage>(), |
| 393 | MessagePriority::High); |
| 394 | } |
| 395 | |
| 396 | void DrapeEngine::RecacheMapShapes() |
| 397 | { |
no test coverage detected