Update rcore.c

This commit is contained in:
raysan5 2021-12-31 18:18:27 +01:00
parent 8f2d9838a3
commit bb875b1db7

View File

@ -5538,7 +5538,7 @@ static EM_BOOL EmscriptenFullscreenChangeCallback(int eventType, const Emscripte
}
// Register window resize event
static EM_BOOL EmscriptenWindowResizedCallback(int eventType, const void *reserved, void *userData)
static EM_BOOL EmscriptenWindowResizedCallback(int eventType, const EmscriptenUiEvent *event, void *userData)
{
// TODO.