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:
parent
372e5aa5f8
commit
536e7b8881
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue