Pārlūkot izejas kodu

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe pirms 2 nedēļām
committed by GitHub
vecāks
revīzija
b8c0842b2e
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: B5690EEEBB952194
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt