Ver a proveniência

Fix typo

pull/3117/head
Ray há 1 ano
ascendente
cometimento
a0a18384cb
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver ficheiro

@ -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

Carregando…
Cancelar
Guardar