1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 02:13:12 +00:00

Properly postprocess NiSortAdjustNode

This commit is contained in:
Alexei Dobrohotov 2022-02-09 13:55:32 +03:00
parent 079bbff20e
commit 85053941b3

View file

@ -460,6 +460,7 @@ struct NiSortAdjustNode : NiNode
} }
void post(NIFFile *nif) override void post(NIFFile *nif) override
{ {
NiNode::post(nif);
mSubSorter.post(nif); mSubSorter.post(nif);
} }
}; };