mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed infinite emit refresh loop with non-deterministic emits
This commit is contained in:
parent
f3f2f4c6ec
commit
0de3a62e8b
3 changed files with 14 additions and 1 deletions
|
@ -326,6 +326,7 @@ public:
|
|||
BfContext* mContext;
|
||||
BfCodeGen mCodeGen;
|
||||
String mOutputDirectory;
|
||||
int mLastMidCompileRefreshRevision;
|
||||
bool mCanceling;
|
||||
bool mHasRequiredTypes;
|
||||
bool mNeedsFullRefresh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue