diff options
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 01b4d51..aaae212 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -173,6 +173,7 @@ struct PuglInternalsImpl { - (void) reshape { + [super reshape]; [[self openGLContext] update]; if (!puglview) { |