SuthbyOpenGLDevPack

This commit is contained in:
Rubbit 2024-05-14 19:38:53 +08:00
parent c54bb8a091
commit 5876afa3c1
1 changed files with 1 additions and 1 deletions

View File

@ -133,4 +133,4 @@ void framebuffer_size_callback(GLFWwindow *window, int width, int height)
// make sure the viewport matches the new window dimensions; note that width and // make sure the viewport matches the new window dimensions; note that width and
// height will be significantly larger than specified on retina displays. // height will be significantly larger than specified on retina displays.
glViewport(0, 0, width, height); glViewport(0, 0, width, height);
} }