Fix -Wreorder warnings

This commit is contained in:
scrawl 2015-05-23 22:44:00 +02:00
parent 22f01b1232
commit da24e298ee
16 changed files with 26 additions and 27 deletions

View file

@ -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 &copy, const osg::CopyOp &copyop)
: osg::Group(copy, copyop)
, mBoneCacheInit(false)
, mNeedToUpdateBoneMatrices(true)
, mLastFrameNumber(0)
, mActive(copy.mActive)
, mLastFrameNumber(0)
{
}