Skip to content

Commit

Permalink
Fix typo breaking web client compilation oops
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Sep 15, 2019
1 parent fd8d4c6 commit 0b6d62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Window.c
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@ void Window_DisableRawMouse(void) {
/*########################################################################################################################*
*------------------------------------------------Emscripten WebGL context-------------------------------------------------*
*#########################################################################################################################*/
#ifdef CC_BUILD_BGL
#ifdef CC_BUILD_GL
#include "Graphics.h"
static EMSCRIPTEN_WEBGL_CONTEXT_HANDLE ctx_handle;

Expand Down

0 comments on commit 0b6d62c

Please sign in to comment.