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:
parent
079bbff20e
commit
85053941b3
@ -460,6 +460,7 @@ struct NiSortAdjustNode : NiNode
|
||||
}
|
||||
void post(NIFFile *nif) override
|
||||
{
|
||||
NiNode::post(nif);
|
||||
mSubSorter.post(nif);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user