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",
|
||||
"description": "Entity Graphs for DragonECS",
|
||||
"unity": "2020.3",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"repository": {
|
||||
"type": "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)
|
||||
{
|
||||
//_executeMarker.Begin();
|
||||
#if DEBUG || ENABLE_DRAGONECS_ASSERT_CHEKS
|
||||
#if DEBUG || DRAGONECS_STABILITY_MODE
|
||||
if (span.IsNull) { /*_executeMarker.End();*/ Throw.ArgumentNull(nameof(span)); }
|
||||
if (span.WorldID != _graphWorld.ID) { /*_executeMarker.End();*/ Throw.Quiery_ArgumentDifferentWorldsException(); }
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user