Skip to content

Commit

Permalink
[rcore]: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonse committed Nov 8, 2024
1 parent d7ca8dc commit 08e84a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/rcore_desktop_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ int GetCurrentMonitor(void)
{
int currentMonitor = 0;

// Be away that this returns an ID in SDL3 and a Index in SDL2
// Be aware that this returns an ID in SDL3 and a Index in SDL2
currentMonitor = SDL_GetWindowDisplayIndex(platform.window);

return currentMonitor;
Expand Down

0 comments on commit 08e84a6

Please sign in to comment.