From 729e2d868af533dac4b2a4a000c40188edc8ea64 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jan 2014 00:41:44 +0000 Subject: Fix wonky alignment. --- pugl/pugl_osx.m | 4 ++-- 1 file 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]; -- cgit v1.2.3