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:
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));
}
{