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 64d64cc commit c563490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/rcore_web.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
**********************************************************************************************/

#define GLFW_INCLUDE_ES2 // GLFW3: Enable OpenGL ES 2.0 (translated to WebGL)
// #define GLFW_INCLUDE_ES3 // GLFW3: Enable OpenGL ES 3.0 (transalted to WebGL2?)
// #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 c563490

Please sign in to comment.