mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 02:13:12 +00:00
Properly postprocess NiSortAdjustNode
This commit is contained in:
parent
079bbff20e
commit
85053941b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue