Fix typo
This commit is contained in:
parent
7392c4b0c5
commit
a0a18384cb
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ void InitWindow(int width, int height, const char *title)
|
|||
#endif
|
||||
|
||||
#if defined(PLATFORM_WEB)
|
||||
// Setup callback funtions for the DOM events
|
||||
// Setup callback functions for the DOM events
|
||||
emscripten_set_fullscreenchange_callback("#canvas", NULL, 1, EmscriptenFullscreenChangeCallback);
|
||||
|
||||
// WARNING: Below resize code was breaking fullscreen mode for sample games and examples, it needs review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue