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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-25 15:49:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:50 +0300
commitd62f10356bf23391462334b315dbdbad8ec3e189 (patch)
tree884e653728921cdd6f4165af47f8cb68c4b391c7 /map/location_state.hpp
parent4695a5255708983d7328b7a5f63cf306c0023503 (diff)
[core] restore mode on invalidate position
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index d74cefc75c..04c303841e 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -146,6 +146,7 @@ namespace location
double m_errorRadius; //< error radius in mercator
m2::PointD m_position; //< position in mercator
double m_drawDirection;
+ Mode m_afterPendingMode;
m2::PointD m_dstPixelBinding;