Revert "Updates following rename of PropertyBuffer"
[platform/core/uifw/dali-demo.git] / examples / point-mesh / point-mesh-example.cpp
index e18971a..312a07b 100644 (file)
@@ -98,7 +98,7 @@ Geometry CreateGeometry()
   Property::Map polyhedraVertexFormat;
   polyhedraVertexFormat["aPosition"] = Property::VECTOR2;
   polyhedraVertexFormat["aHue"] = Property::FLOAT;
-  VertexBuffer polyhedraVertices = VertexBuffer::New( polyhedraVertexFormat );
+  PropertyBuffer polyhedraVertices = PropertyBuffer::New( polyhedraVertexFormat );
   polyhedraVertices.SetData( polyhedraVertexData, numSides );
 
   // Create the geometry object