Update rcore.c
This commit is contained in:
parent
8f2d9838a3
commit
bb875b1db7
1 changed files with 1 additions and 1 deletions
|
@ -5538,7 +5538,7 @@ static EM_BOOL EmscriptenFullscreenChangeCallback(int eventType, const Emscripte
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register window resize event
|
// 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.
|
// TODO.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue