X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fline-mesh%2Fline-mesh-example.cpp;h=ff3aace3e713adfe740a36cb3a0504c25e3affbd;hb=708a5e016f973900a20a885914d3b70741fa80d9;hp=a088797f72c2bb0e4f00e98637256aa50fe92d0f;hpb=f29ed9f0eacff3584e754f8478ec331f8fe5b3ce;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/line-mesh/line-mesh-example.cpp b/examples/line-mesh/line-mesh-example.cpp index a088797..ff3aace 100644 --- a/examples/line-mesh/line-mesh-example.cpp +++ b/examples/line-mesh/line-mesh-example.cpp @@ -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);