Revert "Updates following rename of PropertyBuffer"
[platform/core/uifw/dali-demo.git] / examples / renderer-stencil / renderer-stencil-example.cpp
index d159f61..e9004db 100644 (file)
@@ -460,7 +460,7 @@ private:
     vertexFormat[NORMAL] =   Property::VECTOR3;
     vertexFormat[TEXTURE] =  Property::VECTOR2;
 
-    VertexBuffer surfaceVertices = VertexBuffer::New( vertexFormat );
+    PropertyBuffer surfaceVertices = PropertyBuffer::New( vertexFormat );
     surfaceVertices.SetData( &vertices[0u], vertices.Size() );
 
     Geometry geometry = Geometry::New();