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