mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 13:09:40 +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
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ namespace Nif::Testing
|
||||||
value.flags = 0;
|
value.flags = 0;
|
||||||
init(value.trafo);
|
init(value.trafo);
|
||||||
value.hasBounds = false;
|
value.hasBounds = false;
|
||||||
value.parents.push_back(nullptr);
|
|
||||||
value.isBone = false;
|
value.isBone = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue