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-10-03 20:59:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:20 +0300
commit75b67819baa9c666ca0657c76a7cc1d35dad4d69 (patch)
tree63c9c60cba4b38ffa36d113b1f3c06457e5af8bf /map/navigator.hpp
parent8e7b4371361544d28462a54b83903f783b992b2b (diff)
[core] restore old logic for follow mode in routing
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 92b36b2f63..95becb2f43 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -47,7 +47,7 @@ public:
void DoRotate(double Angle, double timeInSec);
void StopRotate(double Angle, double timeInSec);
- void StartScale(m2::PointD const & pt1, m2::PointD const & pt2, double timeInSec, bool isRotationAllowed);
+ void StartScale(m2::PointD const & pt1, m2::PointD const & pt2, double timeInSec);
void DoScale(m2::PointD const & org, m2::PointD const & p1, m2::PointD const & p2);
void DoScale(m2::PointD const & pt1, m2::PointD const & pt2, double timeInSec);
void StopScale(m2::PointD const & pt1, m2::PointD const & pt2, double timeInSec);