1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-20 19:21:13 +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
{
NiNode::post(nif);
mSubSorter.post(nif);
}
};