Explorar el Código

Update rcore_web.c

pull/3501/head
Ray hace 2 años
padre
commit
c563490cf8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/platforms/rcore_web.c

+ 1
- 1
src/platforms/rcore_web.c Ver fichero

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

Cargando…
Cancelar
Guardar