diff options
Diffstat (limited to 'pugl/pugl_win.cpp')
-rw-r--r-- | pugl/pugl_win.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp index d0d91d6..6185c91 100644 --- a/pugl/pugl_win.cpp +++ b/pugl/pugl_win.cpp @@ -84,7 +84,6 @@ puglLeaveContext(PuglView* view, bool flush) { #ifdef PUGL_HAVE_GL if (view->ctx_type == PUGL_GL && flush) { - glFlush(); SwapBuffers(view->impl->hdc); } #endif |