This commit is contained in:
Mikhail 2026-03-03 15:15:16 +08:00
parent 9bd7558bdd
commit 4a89f2a4a5

View File

@ -239,6 +239,7 @@ namespace DCFApixels.DragonECS
{ {
DelEntity(Entities[i]); DelEntity(Entities[i]);
} }
ReleaseDelEntityBufferAll();
_isDestroyed = true; _isDestroyed = true;
_listeners.InvokeOnWorldDestroy(); _listeners.InvokeOnWorldDestroy();