mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix
This commit is contained in:
parent
9fcb1aee04
commit
6f146cf555
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user