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>2015-06-11 15:28:26 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:08:37 +0300
commit58d2b29b915f57cf82a33728b85a1c0a8b2c1b45 (patch)
treecbd8cf447c5673da720948bd2fe95c06384d2355 /drape_head
parent8b04f6078f3386258256d7f14fddebcefb0fdcbe (diff)
Arrows rendering
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 d0b06d054f..9eef22fac4 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -525,7 +525,7 @@ void TestingEngine::DrawImpl()
CommonViewParams rvp;
rvp.m_depth = 95.0f;
- RouteShape(pln, rvp).Draw(make_ref(m_batcher));
+ RouteShape(pln, rvp).Draw(make_ref(m_batcher), make_ref(m_textures));
}
{