mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-21 17:35:56 +08:00
Update EcsPool.cs
This commit is contained in:
parent
0ed02e69d7
commit
b11fe6ff5f
@ -345,6 +345,10 @@ namespace DCFApixels.DragonECS
|
|||||||
return _world.Entities;
|
return _world.Entities;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
//if(_itemsCount > (_sparseEntities.Length >> 2))
|
||||||
|
//{
|
||||||
|
// return _world.Entities;
|
||||||
|
//}
|
||||||
UpdateDenseEntities();
|
UpdateDenseEntities();
|
||||||
var span = new EcsSpan(_worldID, _denseEntitiesDelayed, 1, _itemsCount);
|
var span = new EcsSpan(_worldID, _denseEntitiesDelayed, 1, _itemsCount);
|
||||||
#if DRAGONECS_DEEP_DEBUG
|
#if DRAGONECS_DEEP_DEBUG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user