mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-18 03:44:34 +08:00
defines refactoring
This commit is contained in:
parent
a38975cc7d
commit
543534f447
@ -72,7 +72,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
if (_isRunning)
|
||||
{
|
||||
#if DEBUG || ENABLE_DRAGONECS_ASSERT_CHEKS
|
||||
#if DEBUG || DRAGONECS_STABILITY_MODE
|
||||
if (_threads.Any(o => o.thread == Thread.CurrentThread))
|
||||
{
|
||||
Throw.DoubleParallelIteration();
|
||||
|
Loading…
Reference in New Issue
Block a user