From 91eeadeba4e0ba770a88bb55140daa854d19e803 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:00:02 +0800 Subject: [PATCH] fix --- src/Pools/EcsPool.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Pools/EcsPool.cs b/src/Pools/EcsPool.cs index 48587ea..9909d5e 100644 --- a/src/Pools/EcsPool.cs +++ b/src/Pools/EcsPool.cs @@ -486,11 +486,11 @@ namespace DCFApixels.DragonECS Densify(); var result = new EcsSpan(_worldID, new ReadOnlySpan(_dense.Ptr + 1, _itemsCount)); #if DRAGONECS_DEEP_DEBUG - var r2 = _world.WhereToGroup(out SingleAspect _); - if(r2.SetEquals(result) == false) - { - Throw.DeepDebugException(); - } + //var r2 = _world.WhereToGroup(out SingleAspect _); + //if(r2.SetEquals(result) == false) + //{ + // Throw.DeepDebugException(); + //} if (result.Count != _itemsCount) { Throw.DeepDebugException();