mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +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
|
@ -482,6 +482,7 @@ BfCompiler::BfCompiler(BfSystem* bfSystem, bool isResolveOnly)
|
|||
mContext = new BfContext(this);
|
||||
mCeMachine = new CeMachine(this);
|
||||
mCurCEExecuteId = -1;
|
||||
mLastMidCompileRefreshRevision = -1;
|
||||
}
|
||||
|
||||
BfCompiler::~BfCompiler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue