Selaa lähdekoodia

fix typo in #4451

pull/4453/head
Arche Washi 2 kuukautta sitten
vanhempi
commit
04731e1802
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      src/platforms/rcore_web.c

+ 3
- 0
src/platforms/rcore_web.c Näytä tiedosto

@ -667,6 +667,9 @@ void SetWindowMaxSize(int width, int height)
// Set window dimensions
void SetWindowSize(int width, int height)
{
CORE.Window.screen.width = width;
CORE.Window.screen.height = height;
glfwSetWindowSize(platform.handle, width, height);
}

Ladataan…
Peruuta
Tallenna