From c8cfa467c01397b037412e3c400dec72840df52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 17 Jan 2013 15:16:51 +0100 Subject: [PATCH] SceneGraph: actually call animationStopped() after duration is exceeded. --- src/SceneGraph/Animable.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SceneGraph/Animable.hpp b/src/SceneGraph/Animable.hpp index dfa060a97..f04ff6160 100644 --- a/src/SceneGraph/Animable.hpp +++ b/src/SceneGraph/Animable.hpp @@ -102,6 +102,7 @@ template void AnimableGroup::st animable->previousState = AnimationState::Stopped; animable->currentState = AnimationState::Stopped; --_runningCount; + animable->animationStopped(); continue; }