diff --git a/src/Collections/EcsGroup.cs b/src/Collections/EcsGroup.cs index 6a53a65..2f7dd90 100644 --- a/src/Collections/EcsGroup.cs +++ b/src/Collections/EcsGroup.cs @@ -207,7 +207,7 @@ namespace DCFApixels.DragonECS { #if DEBUG && DRAGONECS_DEEP_DEBUG var h = MemoryAllocator.Handler.FromDataPtr(page); - if (h.GetID() == 0 || page == null) + if (h.GetID_Debug() == 0 || page == null) { Throw.DeepDebugException(); }