mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
save debug profiles in project files
This commit is contained in:
parent
605f71ecc0
commit
775e24d2c0
@ -20,6 +20,9 @@ CSMDoc::Saving::Saving (Document& document, const boost::filesystem::path& proje
|
||||
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Filter> > (
|
||||
mDocument.getData().getFilters(), mState, CSMWorld::Scope_Project));
|
||||
|
||||
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::DebugProfile> > (
|
||||
mDocument.getData().getDebugProfiles(), mState, CSMWorld::Scope_Project));
|
||||
|
||||
appendStage (new CloseSaveStage (mState));
|
||||
|
||||
// save content file
|
||||
|
Loading…
x
Reference in New Issue
Block a user