mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
fix hybrid pool
This commit is contained in:
parent
44e0792517
commit
7b30dc9e53
@ -88,7 +88,7 @@ namespace DCFApixels.DragonECS
|
||||
else
|
||||
{//not null
|
||||
_listeners.InvokeOnDel(entityID);
|
||||
component.OnDelFromPool();
|
||||
_items[itemIndex].OnDelFromPool();
|
||||
}
|
||||
_listeners.InvokeOnAdd(entityID);
|
||||
component.OnAddToPool();
|
||||
|
Loading…
Reference in New Issue
Block a user