File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85265,7 +85265,7 @@ flecs_query_row_mask_t flecs_query_get_row_mask(
8526585265 ecs_assert((64 * block_index) < bs->size, ECS_INTERNAL_ERROR, NULL);
8526685266 block |= bs->data[block_index];
8526785267 chain_has_bitset = true;
85268- } else if (ecs_table_has_id(it ->world, table, id)) {
85268+ } else if (ecs_table_has_id(q ->world, table, id)) {
8526985269 block = UINT64_MAX;
8527085270 break;
8527185271 }
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ flecs_query_row_mask_t flecs_query_get_row_mask(
9494 ecs_assert ((64 * block_index ) < bs -> size , ECS_INTERNAL_ERROR , NULL );
9595 block |= bs -> data [block_index ];
9696 chain_has_bitset = true;
97- } else if (ecs_table_has_id (it -> world , table , id )) {
97+ } else if (ecs_table_has_id (q -> world , table , id )) {
9898 block = UINT64_MAX ;
9999 break ;
100100 }
You can’t perform that action at this time.
0 commit comments