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/animation_system.cpp')
-rw-r--r--drape_frontend/animation_system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/animation_system.cpp b/drape_frontend/animation_system.cpp
index 7e4469b075..2e06a55b0f 100644
--- a/drape_frontend/animation_system.cpp
+++ b/drape_frontend/animation_system.cpp
@@ -293,7 +293,7 @@ void AnimationSystem::FinishAnimations(function<bool(shared_ptr<Animation> const
{
#ifdef DEBUG_ANIMATIONS
LOG(LINFO, ("Finish animation", (*it)->GetType(), ", rewind:", rewind,
- ", couldBeRewinded:", anim->CouldBeRewinded()));
+ ", couldBeRewinded:", (*it)->CouldBeRewinded()));
changed = true;
#endif
it = lst.erase(it);