This commit is contained in:
Ray 2020-02-04 15:43:14 +01:00
parent 7024628c65
commit 3cd9e3896a

View File

@ -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