summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pugl/pugl_osx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 2480898..6f31730 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -170,7 +170,7 @@ puglDisplay(PuglView* view)
- (void) drawRect:(NSRect)rect
{
- display(puglview);
+ puglDisplay(puglview);
glFlush();
glSwapAPPLE();
}