aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index ba90ea3..2164597 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -739,6 +739,8 @@ puglLeaveContext(PuglView* view, bool flush)
if (flush) {
[[view->impl->glview openGLContext] flushBuffer];
}
+
+ [NSOpenGLContext clearCurrentContext];
}
static NSLayoutConstraint*