Update rcore_web.c

This commit is contained in:
Ray
2023-11-01 16:24:06 +01:00
parent c563490cf8
commit d77c918d51

View File

@@ -45,8 +45,6 @@
*
**********************************************************************************************/
#define GLFW_INCLUDE_ES2 // GLFW3: Enable OpenGL ES 2.0 (translated to WebGL)
// #define GLFW_INCLUDE_ES3 // GLFW3: Enable OpenGL ES 3.0 (translated to WebGL2?)
#include "GLFW/glfw3.h" // GLFW3: Windows, OpenGL context and Input management
#include <emscripten/emscripten.h> // Emscripten functionality for C