diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl_osx.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 285d299..2480898 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -365,8 +365,8 @@ puglCreate(PuglNativeWindow parent, [window setPuglview:view]; [window setTitle:titleString]; - impl->glview = [PuglOpenGLView new]; - impl->window = window; + impl->glview = [PuglOpenGLView new]; + impl->window = window; impl->glview->puglview = view; [window setContentView:impl->glview]; |