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
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue