From 543534f4472772bc5230d1631aaf0e43611820d7 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 15 Mar 2025 15:10:47 +0800 Subject: [PATCH] defines refactoring --- src/ThreadRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThreadRunner.cs b/src/ThreadRunner.cs index dac7b3f..a94f12a 100644 --- a/src/ThreadRunner.cs +++ b/src/ThreadRunner.cs @@ -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();