From bbd784fc85c064fe2e552e9964a68f7b6c7b33c5 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 25 Aug 2018 11:35:55 -0700 Subject: [PATCH] Use ANGLE for rendering on Windows --- app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.cpp b/app/main.cpp index 25b9d78b..5992328b 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -160,6 +160,7 @@ int main(int argc, char *argv[]) SDL_LogSetOutputFunction(sdlLogToDiskHandler, nullptr); #endif + QCoreApplication::setAttribute(Qt::AA_UseOpenGLES); QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); // This avoids using the default keychain for SSL, which may cause