mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-17 10:54:35 +08:00
Compare commits
2 Commits
a38975cc7d
...
26df930329
Author | SHA1 | Date | |
---|---|---|---|
![]() |
26df930329 | ||
![]() |
543534f447 |
@ -8,7 +8,7 @@
|
||||
"displayName": "DragonECS-ClassicThreads",
|
||||
"description": "Classic C# Multithreading for DragonECS",
|
||||
"unity": "2020.3",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-ClassicThreads.git"
|
||||
|
@ -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