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
tweak
pull/1108/head
Ray
5 years ago
parent
7024628c65
commit
3cd9e3896a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/others/rlgl_standalone.c
+ 2
- 2
examples/others/rlgl_standalone.c
View File
@ -48,8 +48,8 @@
#
define RLGL_SUPPORT_TRACELOG
#
include
"rlgl.h" // OpenGL 1.1 immediate-mode style coding
#
if
def __EMSCRIPTEN__
#
define GLFW_INCLUDE_ES2
#
if
defined(__EMSCRIPTEN__)
#
define GLFW_INCLUDE_ES2
#
endif
#
include
<GLFW/glfw3.h> // Windows/Context and inputs management
Write
Preview
Loading…
Cancel
Save