mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Improved handling of missing source file
This commit is contained in:
parent
957f24e159
commit
7894fc73cc
5 changed files with 23 additions and 1 deletions
|
@ -266,6 +266,7 @@ namespace IDE
|
|||
|
||||
public bool mHasChangedSinceLastCompile = true;
|
||||
public bool mHasChangedSinceLastSuccessfulCompile = true;
|
||||
public bool mLoadFailed;
|
||||
public bool HasChangedSinceLastCompile
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue