Skip to content

Commit

Permalink
Update SpeeduinoGL.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bexin3 authored Jan 8, 2024
1 parent efebfe9 commit 201fac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpeeduinoGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ uint32_t ResH = 800;


float height = sqrt(RadiusTo2 - pow(RadiusPos, 2));
uint16_t PointerCoorInt = floor(Centre.h - height + 1);
uint16_t PointerCoorInt = ceil(Centre.h - height);
uint16_t PointerEndInt = ceil(Centre.h + height);


Expand Down

0 comments on commit 201fac6

Please sign in to comment.