Reset node animatable properties for two frames after removing the frame callback
[platform/core/uifw/dali-core.git] / dali / internal / update / manager / scene-graph-frame-callback.cpp
index 6e1bd5e..1f8aa62 100644 (file)
@@ -40,6 +40,7 @@ FrameCallback::~FrameCallback()
   if(mUpdateProxy)
   {
     mUpdateProxy->GetRootNode().RemoveObserver(*this);
+    mUpdateProxy->AddNodeResetters();
   }
 
   Invalidate();