Fix TCT Fail
authorkhee85.lee <khee85.lee@samsung.com>
Sun, 14 Jul 2013 08:09:24 +0000 (17:09 +0900)
committerkhee85.lee <khee85.lee@samsung.com>
Sun, 14 Jul 2013 08:09:24 +0000 (17:09 +0900)
Change-Id: I7dcc62b593713710b5b1d68507b05010330bd504
Signed-off-by: khee85.lee <khee85.lee@samsung.com>
src/ui/animations/FUiAnim_VisualElementAnimationImpl.cpp

index 01e311a..e8e8145 100644 (file)
@@ -48,7 +48,7 @@ _VisualElementAnimationImpl::_VisualElementAnimationImpl(void)
        _AnimationManager* pAnimationManager = _AnimationManager::GetInstance();
        if (pAnimationManager)
        {
-               pAnimationManager->GetCurrentTransaction(false);
+               pNode = pAnimationManager->GetCurrentTransaction(false);
        }
 
        if (pNode)