Update EcsPool.cs

This commit is contained in:
Mikhail 2026-03-22 00:17:09 +08:00
parent 0ed02e69d7
commit b11fe6ff5f

View File

@ -345,6 +345,10 @@ namespace DCFApixels.DragonECS
return _world.Entities;
}
#endif
//if(_itemsCount > (_sparseEntities.Length >> 2))
//{
// return _world.Entities;
//}
UpdateDenseEntities();
var span = new EcsSpan(_worldID, _denseEntitiesDelayed, 1, _itemsCount);
#if DRAGONECS_DEEP_DEBUG