mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 10:21:09 +00:00
FIX: Serialize journal records first when saving plugins
This commit is contained in:
parent
bac0018a09
commit
dbb29b2391
@ -114,10 +114,10 @@ CSMDoc::Saving::Saving(Document& document, const std::filesystem::path& projectP
|
||||
|
||||
// Dialogue can reference objects and cells so must be written after these records for vanilla-compatible files
|
||||
|
||||
appendStage(new WriteDialogueCollectionStage(mDocument, mState, false));
|
||||
|
||||
appendStage(new WriteDialogueCollectionStage(mDocument, mState, true));
|
||||
|
||||
appendStage(new WriteDialogueCollectionStage(mDocument, mState, false));
|
||||
|
||||
appendStage(new WritePathgridCollectionStage(mDocument, mState));
|
||||
|
||||
appendStage(new WriteLandTextureCollectionStage(mDocument, mState));
|
||||
|
Loading…
x
Reference in New Issue
Block a user