[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 0b3ff50..cbf0842
@@ -519,6 +519,11 @@ public:
       progress = SetProgress( progress );
     }
 
+    if( mPropertyOwner )
+    {
+      mPropertyOwner->SetPropertyDirty( true );
+    }
+
     float alpha = ApplyAlphaFunction( progress );
 
     // PropertyType specific part