1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 19:20:49 +00:00

Merge branch 'adjustsortadjust' into 'master'

Properly postprocess NiSortAdjustNode (#6596)

Closes #6596

See merge request OpenMW/openmw!1642
This commit is contained in:
psi29a 2022-02-09 14:53:36 +00:00
commit 8cfb3e1053

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);
} }
}; };