Revert "Updates following rename of PropertyBuffer"
[platform/core/uifw/dali-demo.git] / examples / refraction-effect / refraction-effect-example.cpp
index 42db09d..804e784 100644 (file)
@@ -458,7 +458,7 @@ private:
     vertexFormat["aPosition"] = Property::VECTOR3;
     vertexFormat["aNormal"] = Property::VECTOR3;
     vertexFormat["aTexCoord"] = Property::VECTOR2;
-    VertexBuffer surfaceVertices = VertexBuffer::New( vertexFormat );
+    PropertyBuffer surfaceVertices = PropertyBuffer::New( vertexFormat );
     surfaceVertices.SetData( &vertices[0], vertices.size() );
 
     Geometry surface = Geometry::New();