MacOS: When initializing an openGL view with a parent window, call finishInit

This commit is contained in:
Jon Keller 2021-03-18 16:46:44 -05:00 committed by Lukas Dürrenberger
parent 252d26afb0
commit 788ac2ecf5

View File

@ -123,6 +123,8 @@
// Set the view to the window as its content view.
[m_window setContentView:m_oglView];
[m_oglView finishInit];
}
return self;