1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00

Do not add redundant nullptr parent

There are no failed tests after this, so this is not really needed.
This commit is contained in:
elsid 2022-09-18 15:27:09 +02:00
parent 83bb2195b0
commit 4b760e8846
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -29,7 +29,6 @@ namespace Nif::Testing
value.flags = 0;
init(value.trafo);
value.hasBounds = false;
value.parents.push_back(nullptr);
value.isBone = false;
}