mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-18 20:14:36 +08:00
refactoring
This commit is contained in:
parent
9233838b11
commit
19108fbb41
@ -112,7 +112,7 @@ namespace DCFApixels.DragonECS
|
|||||||
|
|
||||||
_isRunning = false;
|
_isRunning = false;
|
||||||
_worker = _nullWorker;
|
_worker = _nullWorker;
|
||||||
if(_catchedExceptions != null)
|
if (_catchedExceptions != null)
|
||||||
{
|
{
|
||||||
var exceptions = _catchedExceptions;
|
var exceptions = _catchedExceptions;
|
||||||
_catchedExceptions = null;
|
_catchedExceptions = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user