Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn authored Feb 18, 2024
1 parent 6d2bcca commit 7c9a542
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private void renderWindow (long windowHandle, final int width, final int height)
window.makeCurrent();
gl20.glViewport(0, 0, backBufferWidth, backBufferHeight);
window.getListener().resize(getWidth(), getHeight());
update();
window.getListener().render();
GLFW.glfwSwapBuffers(windowHandle);
}
Expand Down

0 comments on commit 7c9a542

Please sign in to comment.