mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update EcsAspect.cs
This commit is contained in:
parent
90c2b5fbd0
commit
4998e84fe5
@ -300,7 +300,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
if (pool.Has(entityID) == false)
|
||||
{
|
||||
pool.AddRaw(entityID, null);
|
||||
pool.AddEmpty(entityID);
|
||||
}
|
||||
}
|
||||
#if DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user