Skip to content

Commit

Permalink
Fix zoom crosshair
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedpuma committed Jan 6, 2025
1 parent 2b149e7 commit 3e91e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/texture_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ impl TexWrap {
self.remove_draw_shader(draw);

//Draw crosshair
let half_width = 1.0;
let half_width = 2.0;
draw.rect(
(translation_x + width / 2.0 - half_width, translation_y),
(2.0 * half_width, width),
Expand Down

0 comments on commit 3e91e22

Please sign in to comment.