mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
BeefBuild fix
This commit is contained in:
parent
88e8a60bd8
commit
30ff0fb564
1 changed files with 1 additions and 1 deletions
|
@ -12873,7 +12873,7 @@ namespace IDE
|
||||||
for (var project in mWorkspace.mProjects)
|
for (var project in mWorkspace.mProjects)
|
||||||
project.Update();
|
project.Update();
|
||||||
UpdateCompilersAndDebugger();
|
UpdateCompilersAndDebugger();
|
||||||
gApp.mDiagnosticsPanel.UpdateStats();
|
mDiagnosticsPanel?.UpdateStats();
|
||||||
if (mScriptManager != null)
|
if (mScriptManager != null)
|
||||||
mScriptManager.Update();
|
mScriptManager.Update();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue