Merge pull request #4393 from rokuz/fixed-cross-disapper

Fixed cross disappearing
This commit is contained in:
Daria Volvenkova 2016-09-27 19:20:22 +04:00 committed by GitHub
commit f2384db29f

View file

@ -95,7 +95,14 @@ DrapeEngine::~DrapeEngine()
void DrapeEngine::Update(int w, int h)
{
if (m_choosePositionMode)
{
m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
make_unique_dp<ShowChoosePositionMarkMessage>(),
MessagePriority::High);
}
RecacheGui(false);
RecacheMapShapes();
m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread,