diff --git a/include/osg/Geometry b/include/osg/Geometry index b9636aa88..43ce48de7 100644 --- a/include/osg/Geometry +++ b/include/osg/Geometry @@ -85,7 +85,7 @@ class OSG_EXPORT Geometry : public Drawable inline bool empty() const { return !array.valid(); } ref_ptr array; - ref_ptr indices; + ref_ptr indices; // deprecated. AttributeBinding binding; GLboolean normalize; }; @@ -122,7 +122,7 @@ class OSG_EXPORT Geometry : public Drawable inline bool empty() const { return !array.valid(); } ref_ptr array; - ref_ptr indices; + ref_ptr indices; // deprecated. AttributeBinding binding; GLboolean normalize; };