Kaynağa Gözat

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe 2 hafta önce
işlemeyi yapan: GitHub
ebeveyn
işleme
b8c0842b2e
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet