doesn't work for ggctuk since i use ogl 2.0 instead of 4.5

trying to figure out the problem
This commit is contained in:
Anakin 2017-02-04 15:57:15 +01:00
parent 94a2fa59ec
commit 800a6a50f8
2 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ MainWindow::MainWindow(QWidget *parent)
// setup opengl things
QSurfaceFormat format;
format.setDepthBufferSize(24);
format.setMajorVersion(2);
format.setMinorVersion(0);
format.setProfile(QSurfaceFormat::NoProfile);
QSurfaceFormat::setDefaultFormat(format);
// set default text to file info

Binary file not shown.