X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fmotion-blur%2Fmotion-blur-example.cpp;h=6b6f0f296cd32f54c2b2874b0d2621819305d950;hb=ea430be2511b493fe7f8d3fa00f2e36c1809a02c;hp=a6382490ff78753841a8db07e1fb89e9b3349f2a;hpb=ac3c02eeb96752ce10818fa6043817b9e29a0e27;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/motion-blur/motion-blur-example.cpp b/examples/motion-blur/motion-blur-example.cpp index a638249..6b6f0f2 100644 --- a/examples/motion-blur/motion-blur-example.cpp +++ b/examples/motion-blur/motion-blur-example.cpp @@ -103,7 +103,7 @@ const float ORIENTATION_DURATION = 0.5f; ///< Time to rotate to void SetImageFittedInBox( ImageView& imageView, Property::Map& shaderEffect, const char * const imagePath, int maxWidth, int maxHeight ) { Property::Map map; - map["rendererType"] = "image"; + map["rendererType"] = "IMAGE"; map["url"] = imagePath; // Load the image nicely scaled-down to fit within the specified max width and height: map["desiredWidth"] = maxWidth;