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:
commit
8cfb3e1053
1 changed files with 1 additions and 0 deletions
|
@ -460,6 +460,7 @@ struct NiSortAdjustNode : NiNode
|
|||
}
|
||||
void post(NIFFile *nif) override
|
||||
{
|
||||
NiNode::post(nif);
|
||||
mSubSorter.post(nif);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue