Procházet zdrojové kódy

Update rcore.c

pull/2257/head
raysan5 před 3 roky
rodič
revize
bb875b1db7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit