Update rcore_desktop_glfw.c
This commit is contained in:
parent
cc5739a6d7
commit
80fcca4155
1 changed files with 1 additions and 1 deletions
|
@ -1759,7 +1759,7 @@ static void WindowSizeCallback(GLFWwindow *window, int width, int height)
|
||||||
width = (int)(width/GetWindowScaleDPI().x);
|
width = (int)(width/GetWindowScaleDPI().x);
|
||||||
height = (int)(height/GetWindowScaleDPI().y);
|
height = (int)(height/GetWindowScaleDPI().y);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set render size
|
// Set render size
|
||||||
CORE.Window.render.width = width;
|
CORE.Window.render.width = width;
|
||||||
CORE.Window.render.height = height;
|
CORE.Window.render.height = height;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue