1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 15:40:10 +00:00

fixes -Wreorder warning

This commit is contained in:
Bo Svensson 2021-10-05 12:02:49 +00:00 committed by GitHub
parent 8e9851c97c
commit 9f58616aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ namespace MWWorld
} }
RefData::RefData() 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) for (int i=0; i<3; ++i)
{ {