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-09 14:03:19 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:08:35 +0300
commit82d87dc5e123e1a94124cf44510ce46016b6a13d (patch)
tree5996adaa27c74a2fe1ced89866879199653bb2ff /drape_head
parentafe8f28d0c4f4d28f2448e214476ebea7b2a397d (diff)
Added route clipping in following 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 da8907a17a..1d1fb62e4f 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -448,7 +448,7 @@ void TestingEngine::DrawImpl()
m_generalUniforms.SetFloatValue("u_color", 0.0f, 0.0f, 1.0f, 0.7f);
m_generalUniforms.SetFloatValue("u_halfWidth", 15.0f, 15.0f * m_modelView.GetScale());
- m_generalUniforms.SetFloatValue("u_clipLength", 8.4f);
+ m_generalUniforms.SetFloatValue("u_clipLength", 8.0f);
dp::Batcher::TFlushFn flushFn = bind(&df::TestingEngine::OnFlushData, this, _1, _2);
m_batcher->StartSession(flushFn);