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

@ -47,9 +47,9 @@ namespace SceneUtil
LightController::LightController()
: mType(LT_Normal)
, mPhase((Misc::Rng::rollClosedProbability() * 2.f - 1.f) * 500.f)
, mLastTime(0.0)
, mDeltaCount(0.f)
, mDirection(1.f)
, mLastTime(0.0)
{
}