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>2020-06-09 15:00:36 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2020-07-02 17:53:53 +0300
commit8b0dd7d48c6b25991d25b99ff01a0c76177b1a1a (patch)
tree95c53a647997afe63a6acd5ee125dc28bdca1fe4 /drape_frontend/user_mark_shapes.hpp
parent7ff8d796a1e6be7e4d631c2bb7f5bae5844c335b (diff)
[guides on map][drape] Guides marks without shadows.
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 37b2ed1287..c19a9f571b 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -35,6 +35,7 @@ struct UserMarkRenderParams
uint32_t m_index = 0;
bool m_depthTestEnabled = true;
float m_depth = 0.0;
+ bool m_customDepth = false;
DepthLayer m_depthLayer = DepthLayer::UserMarkLayer;
bool m_hasCreationAnimation = false;
bool m_justCreated = false;