ソースを参照

Update rcore_desktop_glfw.c

pull/4895/head
Ray 1ヶ月前
コミット
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;

読み込み中…
キャンセル
保存