mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Fixed hot swapping issue
This commit is contained in:
parent
7d64d6dd21
commit
8c599ee7db
2 changed files with 16 additions and 7 deletions
|
@ -259,7 +259,7 @@ namespace IDE
|
|||
public bool mStartedWithTestScript;
|
||||
public bool mExitWhenTestScriptDone = true;
|
||||
public ScriptManager mScriptManager = new ScriptManager() ~ delete _;
|
||||
public TestManager mTestManager;
|
||||
public TestManager mTestManager ~ delete _;
|
||||
public bool mExecutionPaused = false;
|
||||
public HotResolveState mHotResolveState;
|
||||
public int mHotResolveTryIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue