Chagned the initiliazation of iterators, sent in by Alberto Barbati.
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user