forked from mirror/openmw-tes3mp
AlphaController copy fix
This commit is contained in:
parent
232e34bddd
commit
173887c2d9
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ AlphaController::AlphaController()
|
||||||
|
|
||||||
AlphaController::AlphaController(const AlphaController ©, const osg::CopyOp ©op)
|
AlphaController::AlphaController(const AlphaController ©, const osg::CopyOp ©op)
|
||||||
: osg::NodeCallback(copy, copyop), ValueInterpolator(), Controller(copy)
|
: osg::NodeCallback(copy, copyop), ValueInterpolator(), Controller(copy)
|
||||||
|
, mData(copy.mData)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue