Renaming of enum values for coding standards compliance.
[platform/core/uifw/dali-core.git] / dali / internal / update / animation / scene-graph-constraint.h
index 19149b3..ef12cb7 100644 (file)
@@ -89,7 +89,7 @@ public:
         mFunc->Apply( updateBufferIndex, current );
 
         // Optionally bake the final value
-        if ( Dali::Constraint::Bake == mRemoveAction )
+        if ( Dali::Constraint::BAKE == mRemoveAction )
         {
           mTargetProperty.Bake( updateBufferIndex, current );
         }