Skip to content

Commit

Permalink
Merge branch 'master' into Fixes_LINUX_WINDOWS_UI
Browse files Browse the repository at this point in the history
  • Loading branch information
z2442 authored Jun 27, 2024
2 parents 9d85bb7 + 7b343c0 commit 4455472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SysGL/Graphics/GraphicsContextGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ void GraphicsContextGL::UpdateFrame( bool wait_for_vbl )
{
glBindFramebuffer(GL_FRAMEBUFFER, 0);


if (gSdlRenderer == nullptr) {
SDL_GL_SwapWindow(gWindow);
}
Expand Down

0 comments on commit 4455472

Please sign in to comment.