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
path: root/anim
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-09-19 18:09:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:24 +0300
commite5ec6f4f5066439a5aa093703f6fbd360dbdb538 (patch)
tree1da47a52bc57e0535f472bee5fad34fea4614585 /anim
parent8e888e789de459c45b7b67902c7185ab16647836 (diff)
review fixes
Diffstat (limited to 'anim')
-rw-r--r--anim/angle_interpolation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anim/angle_interpolation.cpp b/anim/angle_interpolation.cpp
index 0755df78d5..2caa490102 100644
--- a/anim/angle_interpolation.cpp
+++ b/anim/angle_interpolation.cpp
@@ -61,8 +61,8 @@ namespace anim
void AngleInterpolation::SetEndAngle(double val)
{
- m_startTime = GetController()->GetCurrentTime();
CalcParams(m_curAngle, val, m_speed);
+ m_startTime = GetController()->GetCurrentTime();
}
void AngleInterpolation::CalcParams(double start, double end, double speed)