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

Fixed crash while removing project

This commit is contained in:
Brian Fiete 2020-04-20 07:00:02 -07:00
parent 2165a6401e
commit 2b6e1d0d5d

View file

@ -8386,7 +8386,7 @@ namespace IDE
for (var window in closeList)
window.Close(true);
delete project;
IdleDeferDelete(project);
}
BfPassInstance CompileBeef(Project hotProject, int32 hotIdx, bool lastCompileHadMessages, out bool hadBeef)