1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fix BeefBuild

This commit is contained in:
Brian Fiete 2022-07-12 06:06:10 -04:00
parent 4c2530e227
commit 8b1d5efa96
2 changed files with 4 additions and 0 deletions

View file

@ -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)