update gui

This commit is contained in:
Logan McNaughton
2022-06-02 08:07:48 -06:00
parent 7f2c2b6096
commit fb2a2adec2
+1
View File
@@ -8,6 +8,7 @@ OGLWindow::OGLWindow(QSurfaceFormat _format, QWindow *parent)
{
ogl_init = 0;
setSurfaceType(QWindow::OpenGLSurface);
setFormat(_format);
m_context.setFormat(_format);
m_context.create();
}