mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
f8f1d7b756
commit
48e8ca930f
@ -385,7 +385,8 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
int e = buffser[i];
|
||||
_entityDispenser.Release(e);
|
||||
_gens[e]--;//up gen
|
||||
unchecked { _gens[e]++; }//up gen
|
||||
_gens[e] |= DEATH_GEN_BIT;
|
||||
}
|
||||
_freeSpace += count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user