From 08e84a6549df3a84dc23c947af740a5d466da74a Mon Sep 17 00:00:00 2001 From: evertonse Date: Fri, 8 Nov 2024 18:13:41 -0300 Subject: [PATCH] [rcore]: typo --- src/platforms/rcore_desktop_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/rcore_desktop_sdl.c b/src/platforms/rcore_desktop_sdl.c index 138591767..a201f2cde 100644 --- a/src/platforms/rcore_desktop_sdl.c +++ b/src/platforms/rcore_desktop_sdl.c @@ -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;