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-10-05 20:02:29 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-10-30 10:56:15 +0300
commit833bd37e7e71ccd02c77045a32b853725046d655 (patch)
tree5ce2ea0aabc7222e42370586758b8ee454bf03a5 /drape_frontend/user_mark_shapes.hpp
parent444cde73d4c9062e8c7be16d17637b8d79a97ccd (diff)
SpeedCameraMark and ColoredDebugMark added.
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 90b48c82ff..f13ec6737a 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -27,7 +27,7 @@ struct UserMarkRenderParams
drape_ptr<UserPointMark::SymbolOffsets> m_symbolOffsets;
drape_ptr<UserPointMark::SymbolNameZoomInfo> m_badgeNames;
df::ColorConstant m_color;
- bool m_hasSymbolPriority = false;
+ bool m_hasSymbolShapes = false;
bool m_hasTitlePriority = false;
uint16_t m_priority = 0;
uint32_t m_index = 0;