1
0
Fork 0
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:
Brian Fiete 2020-04-16 00:33:29 -07:00
parent 11a46fa422
commit e7540ddef0
3 changed files with 23 additions and 8 deletions

View file

@ -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