mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix BeefBuild
This commit is contained in:
parent
4c2530e227
commit
8b1d5efa96
2 changed files with 4 additions and 0 deletions
|
@ -6952,6 +6952,7 @@ namespace IDE.ui
|
|||
// Process after mQueuedCollapseData so mCharIdSpan is still valid
|
||||
ProcessDeferredResolveResults(0);
|
||||
|
||||
#if !CLI
|
||||
if (ewc.mCollapseDBDirty)
|
||||
{
|
||||
MemoryStream memStream = scope .();
|
||||
|
@ -6981,6 +6982,7 @@ namespace IDE.ui
|
|||
gApp.mFileRecovery.SetDB(filePath, memStream.Memory);
|
||||
ewc.mCollapseDBDirty = false;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public override void UpdateF(float updatePct)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue