| 633 | } |
| 634 | |
| 635 | void DrapeEngine::SetMapLangIndex(int8_t mapLangIndex) |
| 636 | { |
| 637 | m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread, |
| 638 | make_unique_dp<SetMapLangIndexMessage>(mapLangIndex), MessagePriority::Normal); |
| 639 | |
| 640 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<SetMapLangIndexMessage>(mapLangIndex), |
| 641 | MessagePriority::Normal); |
| 642 | } |
| 643 | |
| 644 | void DrapeEngine::EnablePerspective() |
| 645 | { |
no test coverage detected