mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Properply rebuilds hash after a hot compile
This commit is contained in:
parent
11a46fa422
commit
e7540ddef0
3 changed files with 23 additions and 8 deletions
|
@ -13,6 +13,7 @@ using IDE.ui;
|
|||
using IDE.Util;
|
||||
using System.Threading;
|
||||
using System.Diagnostics;
|
||||
using IDE.util;
|
||||
|
||||
namespace IDE
|
||||
{
|
||||
|
@ -276,6 +277,7 @@ namespace IDE
|
|||
public FileEditData mEditData;
|
||||
|
||||
public bool mHasChangedSinceLastCompile = true;
|
||||
public bool mWasBuiltWithOldHash;
|
||||
public bool mHasChangedSinceLastSuccessfulCompile = true;
|
||||
public bool mLoadFailed;
|
||||
public bool HasChangedSinceLastCompile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue