Skip to content

Commit

Permalink
remove line that shows the cursor for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 8, 2024
1 parent 51d0fbc commit 8f101b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platforms/rcore_desktop_rgfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,6 @@ void PollInputEvents(void)

CORE.Input.Mouse.currentPosition.x = (event->point.x - (platform.window->r.w / 2)) * 2;
CORE.Input.Mouse.currentPosition.y = (event->point.y - (platform.window->r.h / 2)) * 2;

RGFW_window_showMouse(platform.window, 1);
}
else {
CORE.Input.Mouse.previousPosition = CORE.Input.Mouse.currentPosition;
Expand Down

0 comments on commit 8f101b7

Please sign in to comment.