1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

BeefBuild fix

This commit is contained in:
Brian Fiete 2020-07-31 06:39:39 -07:00
parent 88e8a60bd8
commit 30ff0fb564

View file

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