1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-14 10:31:42 +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
{
NiNode::post(nif);
mSubSorter.post(nif);
}
};