mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 19:24:36 +08:00
Compare commits
2 Commits
e2dcd8a402
...
741d2f6ebd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
741d2f6ebd | ||
![]() |
bcefb63aa3 |
@ -8,7 +8,7 @@
|
|||||||
"displayName": "DragonECS-Graphs",
|
"displayName": "DragonECS-Graphs",
|
||||||
"description": "Entity Graphs for DragonECS",
|
"description": "Entity Graphs for DragonECS",
|
||||||
"unity": "2020.3",
|
"unity": "2020.3",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
||||||
|
@ -64,7 +64,7 @@ namespace DCFApixels.DragonECS.Graphs.Internal
|
|||||||
private SubGraphMap ExecuteFor_Internal(EcsSpan span, JoinMode mode)
|
private SubGraphMap ExecuteFor_Internal(EcsSpan span, JoinMode mode)
|
||||||
{
|
{
|
||||||
//_executeMarker.Begin();
|
//_executeMarker.Begin();
|
||||||
#if DEBUG || ENABLE_DRAGONECS_ASSERT_CHEKS
|
#if DEBUG || DRAGONECS_STABILITY_MODE
|
||||||
if (span.IsNull) { /*_executeMarker.End();*/ Throw.ArgumentNull(nameof(span)); }
|
if (span.IsNull) { /*_executeMarker.End();*/ Throw.ArgumentNull(nameof(span)); }
|
||||||
if (span.WorldID != _graphWorld.ID) { /*_executeMarker.End();*/ Throw.Quiery_ArgumentDifferentWorldsException(); }
|
if (span.WorldID != _graphWorld.ID) { /*_executeMarker.End();*/ Throw.Quiery_ArgumentDifferentWorldsException(); }
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user