Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-02-29 10:47:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:49:23 +0300
commit098804292d82f724bd2bb6daef2d98e67d4e29e0 (patch)
treea55e27a1b2f798f315b5bcb057dd97f253916c13 /drape_head
parent3593f5126eaa1ba811454ce942d7771e1b76796e (diff)
Review fixes
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/testing_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index d2fa9491c3..e01769c0ed 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -660,7 +660,7 @@ void TestingEngine::OnFlushData(dp::GLState const & state, drape_ptr<dp::RenderB
{
m_boundRects.push_back(handle->GetPixelRect(m_modelView, false));
m_rects.resize(m_rects.size() + 1);
- handle->GetPixelShape(m_modelView, m_rects.back(), false);
+ handle->GetPixelShape(m_modelView, false, m_rects.back());
}
};
}