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:
parent
83bb2195b0
commit
4b760e8846
@ -29,7 +29,6 @@ namespace Nif::Testing
|
||||
value.flags = 0;
|
||||
init(value.trafo);
|
||||
value.hasBounds = false;
|
||||
value.parents.push_back(nullptr);
|
||||
value.isBone = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user