[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / internal / update / animation / scene-graph-animator.h
old mode 100644 (file)
new mode 100755 (executable)
index 06679a2..cbf0842
@@ -18,6 +18,9 @@
  *
  */
 
+// EXTERNAL INCLUDES
+#include <cmath>
+
 // INTERNAL INCLUDES
 #include <dali/public-api/animation/alpha-function.h>
 #include <dali/public-api/animation/animation.h>
@@ -516,6 +519,11 @@ public:
       progress = SetProgress( progress );
     }
 
+    if( mPropertyOwner )
+    {
+      mPropertyOwner->SetPropertyDirty( true );
+    }
+
     float alpha = ApplyAlphaFunction( progress );
 
     // PropertyType specific part