This commit is contained in:
DCFApixels 2025-05-19 15:04:30 +08:00
parent 3bda594f1b
commit f036c2d242

View File

@ -35,7 +35,7 @@ namespace DCFApixels.DragonECS
{
if (poolRecycledComponentsCapacity < 0)
{
poolComponentsCapacity = poolComponentsCapacity / 4;
poolRecycledComponentsCapacity = poolComponentsCapacity / 4;
}
EntitiesCapacity = entitiesCapacity;