Properly postprocess NiSortAdjustNode

C++20
Alexei Dobrohotov 3 years ago
parent 079bbff20e
commit 85053941b3

@ -460,6 +460,7 @@ struct NiSortAdjustNode : NiNode
}
void post(NIFFile *nif) override
{
NiNode::post(nif);
mSubSorter.post(nif);
}
};

Loading…
Cancel
Save