Parcourir la source

fix typo in #4451

pull/4453/head
Arche Washi il y a 2 mois
Parent
révision
04731e1802
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      src/platforms/rcore_web.c

+ 3
- 0
src/platforms/rcore_web.c Voir le fichier

@ -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);
}

Chargement…
Annuler
Enregistrer