X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fmetaball-explosion%2Fmetaball-explosion-example.cpp;h=5296b96abf0f7391bbcbb608df1c53779c66ab04;hb=ff961cccdcbf1c30b0f53b0da027df855cde2b63;hp=166f8e2b7224b1554c36868a32a381a76e77a750;hpb=cfc43aa4674b518344647bae3e78b19f89a09b63;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/metaball-explosion/metaball-explosion-example.cpp b/examples/metaball-explosion/metaball-explosion-example.cpp index 166f8e2..5296b96 100644 --- a/examples/metaball-explosion/metaball-explosion-example.cpp +++ b/examples/metaball-explosion/metaball-explosion-example.cpp @@ -25,6 +25,7 @@ #include #include "shared/view.h" +#include "shared/utility.h" using namespace Dali; using namespace Dali::Toolkit; @@ -328,7 +329,7 @@ void MetaballExplosionController::Create( Application& app ) stage.SetBackgroundColor(Color::BLACK); //Set background image for the view - mBackImage = ResourceImage::New( BACKGROUND_IMAGE ); + mBackImage = DemoHelper::LoadImage( BACKGROUND_IMAGE ); srand((unsigned)time(0));