summaryrefslogtreecommitdiffhomepage
path: root/examples/others
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-04 15:43:14 +0100
committerRay <[email protected]>2020-02-04 15:43:14 +0100
commit3cd9e3896aa6d3cf04ac919f03e51f2b60502906 (patch)
tree680c60c5b740693daaa630e4109d26bc22a7b16a /examples/others
parent7024628c65527e18528ed4007c560e6c96fe81de (diff)
downloadraylib-3cd9e3896aa6d3cf04ac919f03e51f2b60502906.tar.gz
raylib-3cd9e3896aa6d3cf04ac919f03e51f2b60502906.zip
tweak
Diffstat (limited to 'examples/others')
-rw-r--r--examples/others/rlgl_standalone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c
index f02a8b1f..506ddfdb 100644
--- a/examples/others/rlgl_standalone.c
+++ b/examples/others/rlgl_standalone.c
@@ -48,8 +48,8 @@
#define RLGL_SUPPORT_TRACELOG
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding
-#ifdef __EMSCRIPTEN__
-#define GLFW_INCLUDE_ES2
+#if defined(__EMSCRIPTEN__)
+ #define GLFW_INCLUDE_ES2
#endif
#include <GLFW/glfw3.h> // Windows/Context and inputs management