mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix -Wreorder warnings
This commit is contained in:
parent
22f01b1232
commit
da24e298ee
16 changed files with 26 additions and 27 deletions
|
@ -34,8 +34,8 @@ private:
|
|||
Skeleton::Skeleton()
|
||||
: mBoneCacheInit(false)
|
||||
, mNeedToUpdateBoneMatrices(true)
|
||||
, mLastFrameNumber(0)
|
||||
, mActive(true)
|
||||
, mLastFrameNumber(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -44,8 +44,8 @@ Skeleton::Skeleton(const Skeleton ©, const osg::CopyOp ©op)
|
|||
: osg::Group(copy, copyop)
|
||||
, mBoneCacheInit(false)
|
||||
, mNeedToUpdateBoneMatrices(true)
|
||||
, mLastFrameNumber(0)
|
||||
, mActive(copy.mActive)
|
||||
, mLastFrameNumber(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue