Browse Source

[rcore]: typo

pull/4459/head
evertonse 1 week ago
parent
commit
08e84a6549
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/platforms/rcore_desktop_sdl.c

+ 1
- 1
src/platforms/rcore_desktop_sdl.c View File

@ -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;

Loading…
Cancel
Save