| 394 | } |
| 395 | |
| 396 | void DrapeEngine::RecacheMapShapes() |
| 397 | { |
| 398 | m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread, make_unique_dp<MapShapesRecacheMessage>(), |
| 399 | MessagePriority::Normal); |
| 400 | } |
| 401 | |
| 402 | dp::DrapeID DrapeEngine::GenerateDrapeID() |
| 403 | { |
nothing calls this directly
no test coverage detected