mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 09:24:37 +08:00
fix
This commit is contained in:
parent
3bda594f1b
commit
f036c2d242
@ -35,7 +35,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
if (poolRecycledComponentsCapacity < 0)
|
||||
{
|
||||
poolComponentsCapacity = poolComponentsCapacity / 4;
|
||||
poolRecycledComponentsCapacity = poolComponentsCapacity / 4;
|
||||
}
|
||||
|
||||
EntitiesCapacity = entitiesCapacity;
|
||||
|
Loading…
Reference in New Issue
Block a user