Chagned the initiliazation of iterators, sent in by Alberto Barbati.

This commit is contained in:
Robert Osfield
2002-07-28 12:52:15 +00:00
parent 0977e68727
commit 556fa81fda

View File

@@ -89,8 +89,8 @@ struct GeometryCollection
_numPrimitivesWithTexCoords(0),
_numPoints(0),
_texturesActive(false),
_vertices(0),
_texcoords(0),
_vertices(osg::Vec3Array::iterator()),
_texcoords(osg::Vec2Array::iterator()),
_coordCount(0),
_geom(0) {}