[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / internal / update / common / property-owner.cpp
index 81ca85c..b094a43 100755 (executable)
@@ -143,6 +143,7 @@ void PropertyOwner::RemoveConstraint( ConstraintBase* constraint )
 }
 
 PropertyOwner::PropertyOwner()
+:mPropertyDirty( false )
 {
 }