Parcourir la source

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe il y a 2 semaines
committed by GitHub
Parent
révision
b8c0842b2e
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      src/platforms/rcore_web.c

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

@ -667,9 +667,6 @@ 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