1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 05:34:33 +00:00

I think MSVC was right and GCC was wrong

This commit is contained in:
AnyOldName3 2025-09-24 00:37:21 +01:00
parent 372e5aa5f8
commit 536e7b8881

View file

@ -18,8 +18,7 @@ namespace SceneUtil
KeyframeController() {}
KeyframeController(const KeyframeController& copy, const osg::CopyOp& copyop)
: osg::Object(copy, copyop)
, SceneUtil::Controller(copy)
: SceneUtil::Controller(copy)
{
}