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)); }