1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 21:40:15 +00:00

AlphaController copy fix

This commit is contained in:
scrawl 2015-03-28 21:19:16 +01:00
parent 232e34bddd
commit 173887c2d9

View File

@ -364,6 +364,7 @@ AlphaController::AlphaController()
AlphaController::AlphaController(const AlphaController &copy, const osg::CopyOp &copyop)
: osg::NodeCallback(copy, copyop), ValueInterpolator(), Controller(copy)
, mData(copy.mData)
{
}