[rcore]: typo
This commit is contained in:
parent
d7ca8dc11b
commit
08e84a6549
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user