1
0
Fork 0
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:
Brian Fiete 2022-04-17 09:56:52 -07:00
parent f3f2f4c6ec
commit 0de3a62e8b
3 changed files with 14 additions and 1 deletions

View file

@ -326,6 +326,7 @@ public:
BfContext* mContext;
BfCodeGen mCodeGen;
String mOutputDirectory;
int mLastMidCompileRefreshRevision;
bool mCanceling;
bool mHasRequiredTypes;
bool mNeedsFullRefresh;