Fix typo breaking web client compilation oops

This commit is contained in:
UnknownShadow200 2019-09-15 20:57:48 +10:00
parent fd8d4c66bc
commit 0b6d62c226

View File

@ -3156,7 +3156,7 @@ void Window_DisableRawMouse(void) {
/*########################################################################################################################* /*########################################################################################################################*
*------------------------------------------------Emscripten WebGL context-------------------------------------------------* *------------------------------------------------Emscripten WebGL context-------------------------------------------------*
*#########################################################################################################################*/ *#########################################################################################################################*/
#ifdef CC_BUILD_BGL #ifdef CC_BUILD_GL
#include "Graphics.h" #include "Graphics.h"
static EMSCRIPTEN_WEBGL_CONTEXT_HANDLE ctx_handle; static EMSCRIPTEN_WEBGL_CONTEXT_HANDLE ctx_handle;