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:
commit
8cfb3e1053
@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user