[rcore]: typo

This commit is contained in:
evertonse 2024-11-08 18:13:41 -03:00
parent d7ca8dc11b
commit 08e84a6549

View File

@ -920,7 +920,7 @@ int GetCurrentMonitor(void)
{ {
int currentMonitor = 0; 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); currentMonitor = SDL_GetWindowDisplayIndex(platform.window);
return currentMonitor; return currentMonitor;