Merge "Changed buttons example to use ImageView." into devel/master
[platform/core/uifw/dali-demo.git] / examples / radial-menu / radial-sweep-view-impl.cpp
index 225c76c..9c791c7 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "radial-sweep-view-impl.h"
 
+#include <dali/devel-api/rendering/renderer.h>
 #include <sstream>
 
 using namespace Dali;
@@ -335,7 +336,7 @@ void RadialSweepViewImpl::CreateStencil( Radian initialSector )
 
   unsigned int indexData[15] = { 0,1,2,0,2,3,0,3,4,0,4,5,0,5,6 };
   Property::Map indexFormat;
-  indexFormat["indices"] = Property::UNSIGNED_INTEGER;
+  indexFormat["indices"] = Property::INTEGER;
   PropertyBuffer indices = PropertyBuffer::New( indexFormat, 15u );
   indices.SetData( indexData );