Merge "Remove unused custom shader prefix method" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 24 Aug 2021 18:01:24 +0000 (18:01 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 24 Aug 2021 18:01:24 +0000 (18:01 +0000)
dali/internal/event/common/property-notification-impl.cpp

index afbd921..648bf97 100644 (file)
@@ -99,9 +99,8 @@ PropertyNotification::PropertyNotification(UpdateManager&                 update
       }
     }
 
-    // In Size Property case, swapping components occurs sometimes.
     // To cover swapping components, previous and current components should be compared.
-    if(mObjectPropertyIndex == Dali::Actor::Property::SIZE && mObject->GetPropertyType(mObjectPropertyIndex) == Property::VECTOR3)
+    if(mObject->GetPropertyType(mObjectPropertyIndex) == Property::VECTOR3)
     {
       mCompare = true;
       for(int i = 0; i < 3; ++i)