提交 eb8c2923 编写于 作者: P Palana

make opengl render stuff on osx without resizing the main window

上级 ab4e86cf
......@@ -222,6 +222,10 @@ bool OBSApp::OnInit()
if (!obs_reset_video(&ovi))
return false;
//required to make opengl display stuff on osx(?)
mainWindow->SendSizeEvent();
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册