Parcourir la source

Fix SetWindowSize() for PLATFORM_WEB

pull/4452/head
asdqwe il y a 2 mois
Parent
révision
5eddf87c8d
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