mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 13:51:36 +00:00
[ecs] Remove a debug print
This commit is contained in:
parent
4949f52b58
commit
9384442834
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ Ent_AddComponent (uint32_t ent, uint32_t comp, ecs_registry_t *registry)
|
|||
if (rind && c->rangeid) {
|
||||
uint32_t rangeid = c->rangeid (registry, ent, comp);
|
||||
uint32_t rangeind = subpool->sorted[Ent_Index (rangeid)];
|
||||
printf ("ent:%d rangeid:%d rangeind:%d\n", ent, rangeid, rangeind);
|
||||
while (rind-- > rangeind) {
|
||||
if (subpool->ranges[rind] == ind) {
|
||||
subpool->ranges[rind]++;
|
||||
|
|
Loading…
Reference in a new issue