Added the missing _primtives from the copy constructor list.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user