diff options
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 8735a6d..a5fe3c2 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -520,7 +520,6 @@ puglProcessEvents(PuglView* view) { NSEvent* ev = [view->impl->window nextEventMatchingMask: NSAnyEventMask]; [view->impl->app sendEvent: ev]; - [view->impl->glview setNeedsDisplay: YES]; return PUGL_SUCCESS; } |