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>2017-07-28 11:44:11 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-07-28 13:16:35 +0300
commit74035a007d8ef74351269d0e3285374620e3114a (patch)
tree00ae025e598d958282f88dec1fd996142d02f315 /drape_frontend/user_mark_shapes.hpp
parent6e39853c8ddabf19c48def15fb05353a798eb30c (diff)
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 54803b0ca5..106df084f8 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -26,7 +26,7 @@ struct UserMarkRenderParams
uint16_t m_priority = 0;
float m_depth = 0.0;
dp::GLState::DepthLayer m_depthLayer = dp::GLState::UserMarkLayer;
- bool m_runCreationAnim = false;
+ bool m_hasCreationAnimation = false;
bool m_justCreated = false;
bool m_isVisible = true;
FeatureID m_featureId;