Fixed compile warning.
This commit is contained in:
parent
af83527622
commit
28d939e617
@ -9,7 +9,8 @@ CURRENT_CLASS::CURRENT_CLASS()
|
|||||||
}
|
}
|
||||||
|
|
||||||
CURRENT_CLASS::CURRENT_CLASS(const CURRENT_CLASS& dpn, const osg::CopyOp& copyop)
|
CURRENT_CLASS::CURRENT_CLASS(const CURRENT_CLASS& dpn, const osg::CopyOp& copyop)
|
||||||
: _active(dpn._active),
|
: Group(dpn, copyop),
|
||||||
|
_active(dpn._active),
|
||||||
_renderOrder(dpn._renderOrder),
|
_renderOrder(dpn._renderOrder),
|
||||||
_clearColorBuffer(dpn._clearColorBuffer)
|
_clearColorBuffer(dpn._clearColorBuffer)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user