Save to compressed mcx is working

Don't call save twice
This commit is contained in:
Lars Brubaker 2022-02-02 10:52:42 -08:00
parent c351af843b
commit a2aaaf6715
9 changed files with 109 additions and 56 deletions

View file

@ -194,7 +194,7 @@ namespace MatterHackers.MatterControl.Library.Export
{
status.Progress0To1 = percentComplete;
progress.Report(status);
}, publishAssets: false);
}, forceIntoCache: false);
}
else if (assetStream != null)
{