1
0
Fork 0
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:
Brian Fiete 2020-02-21 06:52:08 -08:00
parent 7d64d6dd21
commit 8c599ee7db
2 changed files with 16 additions and 7 deletions

View file

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