Sfoglia il codice sorgente

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe 2 settimane fa
committed by GitHub
parent
commit
b8c0842b2e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Vedi File

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

Caricamento…
Annulla
Salva