瀏覽代碼

fix typo in #4451

pull/4453/head
Arche Washi 2 月之前
父節點
當前提交
04731e1802
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      src/platforms/rcore_web.c

+ 3
- 0
src/platforms/rcore_web.c 查看文件

@ -667,6 +667,9 @@ 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…
取消
儲存