mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed fixits on types with comptime-emitted code
This commit is contained in:
parent
b8c7a29b84
commit
438394099a
2 changed files with 5 additions and 5 deletions
|
@ -1762,7 +1762,7 @@ namespace IDE.ui
|
|||
|
||||
bool isFastClassify = false;
|
||||
BfParser parser;
|
||||
if (!isBackground)
|
||||
if ((!isBackground) && (projectSource != null))
|
||||
{
|
||||
bfSystem.PerfZoneStart("CreateParser");
|
||||
parser = bfSystem.CreateParser(projectSource, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue