Merge branch 'Submissions2e' of https://github.com/LaurensVoerman/OpenSceneGraph into LaurensVoerman-Submissions2e
This commit is contained in:
@@ -369,7 +369,11 @@ PropertyAdjustmentCallback::PropertyAdjustmentCallback():
|
||||
{
|
||||
}
|
||||
|
||||
PropertyAdjustmentCallback::PropertyAdjustmentCallback(const PropertyAdjustmentCallback& pac,const osg::CopyOp&):
|
||||
PropertyAdjustmentCallback::PropertyAdjustmentCallback(const PropertyAdjustmentCallback& pac,const osg::CopyOp& copyop):
|
||||
osg::Object(pac, copyop),
|
||||
osg::Callback(pac, copyop),
|
||||
osg::StateSet::Callback(pac, copyop),
|
||||
osgGA::GUIEventHandler(pac, copyop),
|
||||
_cyleForwardKey(pac._cyleForwardKey),
|
||||
_cyleBackwardKey(pac._cyleBackwardKey),
|
||||
_transparencyKey(pac._transparencyKey),
|
||||
|
||||
Reference in New Issue
Block a user