浏览代码

Update rcore_desktop_glfw.c

pull/4895/head
Ray 10 个月前
父节点
当前提交
80fcca4155
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c 查看文件

@ -1759,7 +1759,7 @@ static void WindowSizeCallback(GLFWwindow *window, int width, int height)
width = (int)(width/GetWindowScaleDPI().x);
height = (int)(height/GetWindowScaleDPI().y);
}
// Set render size
CORE.Window.render.width = width;
CORE.Window.render.height = height;

正在加载...
取消
保存