mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-17 19:24:37 +08:00
Compare commits
No commits in common. "26df930329483e54b9f5f050e526689e1bef6811" and "a38975cc7dc89d897caab9bd37d46ed7e9de5747" have entirely different histories.
26df930329
...
a38975cc7d
@ -8,7 +8,7 @@
|
||||
"displayName": "DragonECS-ClassicThreads",
|
||||
"description": "Classic C# Multithreading for DragonECS",
|
||||
"unity": "2020.3",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-ClassicThreads.git"
|
||||
|
@ -72,7 +72,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
if (_isRunning)
|
||||
{
|
||||
#if DEBUG || DRAGONECS_STABILITY_MODE
|
||||
#if DEBUG || ENABLE_DRAGONECS_ASSERT_CHEKS
|
||||
if (_threads.Any(o => o.thread == Thread.CurrentThread))
|
||||
{
|
||||
Throw.DoubleParallelIteration();
|
||||
|
Loading…
Reference in New Issue
Block a user