This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
23
Wiki
Activity
Browse Source
[rcore]: typo
pull/4459/head
evertonse
1 week ago
parent
d7ca8dc11b
commit
08e84a6549
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
awa
y
that
this
returns
an
ID
in
SDL3
and
a
Index
in
SDL2
/
/
Be
awa
re
that
this
returns
an
ID
in
SDL3
and
a
Index
in
SDL2
currentMonitor
=
SDL_GetWindowDisplayIndex
(
platform
.
window
)
;
return
currentMonitor
;
Write
Preview
Loading…
Cancel
Save