refactoring

This commit is contained in:
Mikhail 2023-06-22 14:39:40 +08:00
parent 9233838b11
commit 19108fbb41

View File

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