This commit is contained in:
DCFApixels 2025-05-17 16:30:59 +08:00
parent 9fcb1aee04
commit 6f146cf555

View File

@ -207,7 +207,7 @@ namespace DCFApixels.DragonECS
{ {
#if DEBUG && DRAGONECS_DEEP_DEBUG #if DEBUG && DRAGONECS_DEEP_DEBUG
var h = MemoryAllocator.Handler.FromDataPtr(page); var h = MemoryAllocator.Handler.FromDataPtr(page);
if (h.GetID() == 0 || page == null) if (h.GetID_Debug() == 0 || page == null)
{ {
Throw.DeepDebugException(); Throw.DeepDebugException();
} }