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
24
Wiki
Activity
Browse Source
Update rcore_desktop_glfw.c
pull/4171/head
Ray
5 months ago
parent
50000f4b01
commit
61393fff1f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/platforms/rcore_desktop_glfw.c
+ 0
- 1
src/platforms/rcore_desktop_glfw.c
View File
@ -1638,7 +1638,6 @@ int InitPlatform(void)
}
#
endif
TRACELOG
(
LOG_INFO
,
"
GLFW platform: %s
"
,
glfwPlatform
)
;
TRACELOG
(
LOG_INFO
,
"
PLATFORM: DESKTOP (GLFW): Initialized successfully
"
)
;
return
0
;
Write
Preview
Loading…
Cancel
Save