Skip to content

Commit

Permalink
Merge remote-tracking branch 'kipi/clbbox-no-interp'
Browse files Browse the repository at this point in the history
  • Loading branch information
j0zzz committed Dec 22, 2024
2 parents 87417d1 + abd0add commit 8b477ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/gl_rmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ void R_DrawEntBbox(entity_t *ent)
break;

if (range->frame_max == 0)
R_DrawBbox(ent->origin, bbox_info->mins, bbox_info->maxs);
R_DrawBbox(ent->msg_origins[1], bbox_info->mins, bbox_info->maxs);
}
}

Expand Down

0 comments on commit 8b477ab

Please sign in to comment.