From 7e8530555d4b02787bda5d5697ad3f169de3768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 10 Dec 2016 11:45:16 +0100 Subject: [PATCH] Unified AA samples count for QGLFormat and QSurfaceFormat. --- src/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index b29988fd..b39d27df 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -29,7 +29,7 @@ App::App(int &argc, char **argv) : QApplication(argc, argv), #if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) QGLFormat fmt; - fmt.setSamples(10); + fmt.setSamples(4); QGLFormat::setDefaultFormat(fmt); #else QSurfaceFormat fmt;