added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes
This commit is contained in:
@@ -128,7 +128,10 @@ namespace osgAnimation
|
||||
{
|
||||
UpdateRigGeometry() {}
|
||||
|
||||
UpdateRigGeometry(const UpdateRigGeometry&, const osg::CopyOp&) {}
|
||||
UpdateRigGeometry(const UpdateRigGeometry& org, const osg::CopyOp& copyop):
|
||||
osg::Object(org, copyop),
|
||||
osg::Callback(org, copyop),
|
||||
osg::DrawableUpdateCallback(org, copyop) {}
|
||||
|
||||
META_Object(osgAnimation, UpdateRigGeometry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user