Skip to content

Commit

Permalink
Update rcore_web.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Nov 1, 2023
1 parent c563490 commit d77c918
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platforms/rcore_web.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d77c918

Please sign in to comment.