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:
authorExMix <rahuba.youri@mapswithme.com>2014-08-10 21:20:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:24:03 +0300
commit1b151d4618a40f448fd23926e82d36e282edad15 (patch)
tree260ca2ac2de9d691603b07a64213b1603389f7bd /drape_head/testing_engine.cpp
parent6e7769f083b58608ea11d3a4d01299ac020e616b (diff)
[drape] remove useless fields for path text
Diffstat (limited to 'drape_head/testing_engine.cpp')
-rw-r--r--drape_head/testing_engine.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 2af58ac74b..f1b639bd3c 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -404,13 +404,10 @@ void TestingEngine::DrawImpl()
path.push_back(m2::PointF(1600, 450));
PathTextViewParams params3;
- params3.m_featureID = FeatureID(23, 78);
params3.m_depth = -10.0f;
- params3.m_offsetEnd = 600.0f;
- params3.m_offsetStart = 100.0f;
params3.m_text = "√2+√3=?-fghjkfghjf---_________----+";
params3.m_textFont = params.m_primaryTextFont;
- PathTextShape sh3(path, params3);
+ PathTextShape sh3(path, params3, 1);
sh3.Draw(m_batcher.GetRefPointer(), m_textures.GetRefPointer());
PathSymbolViewParams params4;