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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-11-27 20:56:28 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-11-28 13:04:52 +0300
commit47767b1f181d076255c2b627cda21de32f3ff0cc (patch)
treea3711c697157fcfe59d391b07a2b67d8e8aa3cfc /drape_frontend/user_mark_shapes.hpp
parent3d00128158a5684b2118fdef31f97f946a2c397f (diff)
Fixed displacement of routing marks.
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 432942fda9..51534d8a08 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -30,6 +30,7 @@ struct UserMarkRenderParams
bool m_hasSymbolShapes = false;
bool m_hasTitlePriority = false;
uint16_t m_priority = 0;
+ SpecialDisplacement m_displacement = SpecialDisplacement::UserMark;
uint32_t m_index = 0;
bool m_depthTestEnabled = true;
float m_depth = 0.0;