mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
b5c4a6949e
commit
833ca7a30f
@ -331,7 +331,7 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
#if DEBUG
|
||||
if (count < 0) { Throw.World_InvalidIncrementComponentsBalance(); }
|
||||
//#elif DRAGONECS_STABILITY_MODE
|
||||
#elif DRAGONECS_STABILITY_MODE
|
||||
if (count < 0)
|
||||
{
|
||||
for (int i = entityID << _entityComponentMaskLengthBitShift, iMax = i + _entityComponentMaskLength; i < iMax; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user