diff options
| author | Ray <[email protected]> | 2023-06-16 16:34:47 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-06-16 16:34:47 +0200 |
| commit | a0a18384cb2505437695c60a9c917ca13a82f0d4 (patch) | |
| tree | e482400ad3811cb603dcfa1991fb6097d0b0290f /src | |
| parent | 7392c4b0c592b45d113c7c869fbfdfc8d8de3d59 (diff) | |
| download | raylib-a0a18384cb2505437695c60a9c917ca13a82f0d4.tar.gz raylib-a0a18384cb2505437695c60a9c917ca13a82f0d4.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index ee682e8b..2701fe0e 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -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 |
