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:
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 96616a015f..716e2f7145 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -31,6 +31,7 @@ struct UserMarkRenderParams
bool m_hasTitlePriority = false;
uint16_t m_priority = 0;
uint32_t m_index = 0;
+ bool m_depthTestEnabled = true;
float m_depth = 0.0;
RenderState::DepthLayer m_depthLayer = RenderState::UserMarkLayer;
bool m_hasCreationAnimation = false;