From a0a18384cb2505437695c60a9c917ca13a82f0d4 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 16 Jun 2023 16:34:47 +0200 Subject: [PATCH] Fix typo --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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