Clarify that topics should be written after journals

pull/3236/head
Evil Eye 2 months ago
parent dbb29b2391
commit ea52a5f4bd

@ -112,7 +112,8 @@ CSMDoc::Saving::Saving(Document& document, const std::filesystem::path& projectP
appendStage(new WriteCellCollectionStage(mDocument, mState));
// Dialogue can reference objects and cells so must be written after these records for vanilla-compatible files
// Dialogue can reference objects, cells, and journals so must be written after these records for vanilla-compatible
// files
appendStage(new WriteDialogueCollectionStage(mDocument, mState, true));

Loading…
Cancel
Save