Fixed recovering of follow-and-rotate mode in routing

This commit is contained in:
r.kuznetsov 2016-04-28 13:40:08 +03:00 committed by Ilya Grechuhin
parent 22a7186f18
commit d26edff2e6

View file

@ -1092,6 +1092,7 @@ void AnimationSystem::CombineAnimation(drape_ptr<Animation> animation)
return;
}
}
PushAnimation(move(animation));
}