diff options
| author | raysan5 <[email protected]> | 2021-12-31 18:18:27 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-12-31 18:18:27 +0100 |
| commit | bb875b1db75c47beb69c80a26c3d56d085ed2149 (patch) | |
| tree | 7a9355a0580e9bf17f011ddcc3e3c9f1bc6f373c | |
| parent | 8f2d9838a3d6e384b1a79db7641bf6ffa30f9626 (diff) | |
| download | raylib-bb875b1db75c47beb69c80a26c3d56d085ed2149.tar.gz raylib-bb875b1db75c47beb69c80a26c3d56d085ed2149.zip | |
Update rcore.c
| -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 60828b82..ac1f2b21 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -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. |
