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-09-01 18:13:15 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-09-02 16:40:15 +0300
commitfeda627f30fd97b62f904c43ca3c8f3f1e608ca0 (patch)
tree8dcc86ab477a17a74dd4014158c3d3dc8429c489 /drape_head
parent4737649abe7a822453999dafa3563a5423833b84 (diff)
Added tile-based model-view
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/testing_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index e01769c0ed..162073862b 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -506,8 +506,8 @@ void TestingEngine::DrawImpl()
}
{
- vector<m2::PointF> trg{ m2::PointD(110.0f, 30.0f), m2::PointD(112.0f, 30.0f), m2::PointD(112.0f, 28.0f),
- m2::PointD(110.0f, 30.0f), m2::PointD(112.0f, 28.0f), m2::PointD(110.0f, 28.0f) };
+ vector<m2::PointD> trg{ m2::PointD(110.0, 30.0), m2::PointD(112.0, 30.0), m2::PointD(112.0, 28.0),
+ m2::PointD(110.0, 30.0), m2::PointD(112.0, 28.0), m2::PointD(110.0, 28.0) };
vector<df::BuildingEdge> edges;
AreaViewParams p;
p.m_color = dp::Color::White();