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