Procházet zdrojové kódy

Update rcore_desktop_glfw.c

pull/4895/head
Ray před 2 měsíci
rodič
revize
80fcca4155
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit