mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:09:43 +00:00
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)
|
||||
: osg::NodeCallback(copy, copyop), ValueInterpolator(), Controller(copy)
|
||||
, mData(copy.mData)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue