Преглед на файлове

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe преди 2 седмици
committed by GitHub
родител
ревизия
b8c0842b2e
No known key found for this signature in database GPG ключ ID: B5690EEEBB952194
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Целия файл

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

Зареждане…
Отказ
Запис