Revert "Updates following rename of PropertyBuffer"
[platform/core/uifw/dali-demo.git] / examples / line-mesh / line-mesh-example.cpp
index a088797..ff3aace 100644 (file)
@@ -95,7 +95,7 @@ Geometry CreateGeometry()
   pentagonVertexFormat["aPosition1"] = Property::VECTOR2;
   pentagonVertexFormat["aPosition2"] = Property::VECTOR2;
   pentagonVertexFormat["aColor"] = Property::VECTOR3;
-  VertexBuffer pentagonVertices = VertexBuffer::New( pentagonVertexFormat );
+  PropertyBuffer pentagonVertices = PropertyBuffer::New( pentagonVertexFormat );
   pentagonVertices.SetData(pentagonVertexData, 5);