Merge pull request #3149 from bosvensson1/patch-24

With this PR we fix a -Wreorder warning.
pull/3105/head
Bret Curtis 3 years ago committed by GitHub
commit 0d1d3e67bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ namespace MWWorld
}
RefData::RefData()
: mBaseNode(nullptr), mDeletedByContentFile(false), mEnabled (true), mCount (1), mCustomData (nullptr), mChanged(false), mFlags(0), mPhysicsPostponed(false)
: mBaseNode(nullptr), mDeletedByContentFile(false), mEnabled (true), mPhysicsPostponed(false), mCount (1), mCustomData (nullptr), mChanged(false), mFlags(0)
{
for (int i=0; i<3; ++i)
{

Loading…
Cancel
Save