Revert "[Tizen] (Animation) Reorder animation variables according to size & remove...
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / key-frames-impl.cpp
index 4e0c3ed..031495e 100644 (file)
@@ -82,7 +82,7 @@ void KeyFrames::CreateKeyFramesSpec(Property::Type type)
     }
     default:
     {
-      DALI_ASSERT_DEBUG(!"Type not supported");
+      DALI_ABORT( "Type not animateable" );
       break;
     }
   }