From 2c0d20f3bf2e7cb3fd190a9790cbffb8f48e7228 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Wed, 8 Jun 2016 08:49:31 +0200 Subject: [PATCH] Allow chaining of animations with the "from" attribute omitted. --- RetroFE/Source/Graphics/Component/Component.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RetroFE/Source/Graphics/Component/Component.cpp b/RetroFE/Source/Graphics/Component/Component.cpp index fc6dfc6..edbb1d7 100644 --- a/RetroFE/Source/Graphics/Component/Component.cpp +++ b/RetroFE/Source/Graphics/Component/Component.cpp @@ -294,6 +294,7 @@ bool Component::animate() { currentTweenIndex_++; elapsedTweenTime_ = 0; + storeViewInfo_ = baseViewInfo; } }