From 3cd9e3896aa6d3cf04ac919f03e51f2b60502906 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 Feb 2020 15:43:14 +0100 Subject: [PATCH] tweak --- examples/others/rlgl_standalone.c | 4 ++-- 1 file 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 // Windows/Context and inputs management