From d26edff2e66ec2726c6194da86d416997ec17e90 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Thu, 28 Apr 2016 13:40:08 +0300 Subject: [PATCH] Fixed recovering of follow-and-rotate mode in routing --- drape_frontend/animation_system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/drape_frontend/animation_system.cpp b/drape_frontend/animation_system.cpp index 7ff30cdb74..67f5df0b34 100644 --- a/drape_frontend/animation_system.cpp +++ b/drape_frontend/animation_system.cpp @@ -1092,6 +1092,7 @@ void AnimationSystem::CombineAnimation(drape_ptr animation) return; } } + PushAnimation(move(animation)); }