Added the missing _primtives from the copy constructor list.

This commit is contained in:
Robert Osfield
2002-07-23 15:48:12 +00:00
parent 9033b8a336
commit b2fa79293c

View File

@@ -11,6 +11,7 @@ Geometry::Geometry()
Geometry::Geometry(const Geometry& geometry,const CopyOp& copyop):
Drawable(geometry,copyop),
_primitives(geometry._primitives),
_vertexArray(geometry._vertexArray),
_normalBinding(geometry._normalBinding),
_normalArray(geometry._normalArray),