瀏覽代碼

Fix SetWindowSize() for PLATFORM_WEB

pull/4452/head
asdqwe 2 月之前
父節點
當前提交
5eddf87c8d
共有 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);
}

Loading…
取消
儲存