forked from organicmaps/organicmaps-tmp
Perspective switching fixed.
This commit is contained in:
parent
adc8654e45
commit
ffb32f2f1e
1 changed files with 1 additions and 1 deletions
|
@ -316,8 +316,8 @@ void AnimationSystem::Advance(double elapsedSeconds)
|
|||
}
|
||||
for (auto & anim : finishedAnimations)
|
||||
{
|
||||
SaveAnimationResult(*anim);
|
||||
anim->OnFinish();
|
||||
SaveAnimationResult(*anim);
|
||||
}
|
||||
if (frontList.empty())
|
||||
StartNextAnimations();
|
||||
|
|
Loading…
Add table
Reference in a new issue