mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
temp remove _entityDispenser.Sort
This commit is contained in:
parent
544ef0d40d
commit
3618e75677
@ -405,7 +405,7 @@ namespace DCFApixels.DragonECS
|
|||||||
unchecked { _gens[e]++; }//up gen
|
unchecked { _gens[e]++; }//up gen
|
||||||
_gens[e] |= DEATH_GEN_BIT;
|
_gens[e] |= DEATH_GEN_BIT;
|
||||||
}
|
}
|
||||||
_entityDispenser.Sort(); //уплотнение свободных айдишников
|
// _entityDispenser.Sort(); //уплотнение свободных айдишников
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user