From b168433c4ec1834a1d63a19f6f6cbb1b18620d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Mar 2019 17:48:43 +0100 Subject: [PATCH] Platform: minor cleanup. --- src/Magnum/Platform/GlfwApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 05d3824d2..92e57b281 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.cpp @@ -404,7 +404,7 @@ bool GlfwApplication::tryCreate(const Configuration& configuration, const GLConf glfwMakeContextCurrent(_window); #ifndef MAGNUM_TARGET_GLES - /* Fall back to (forward compatible) GL 2.1, if version is not + /* Fall back to (forward compatible) GL 2.1, if version is not user-specified and either core context creation fails or we are on binary NVidia/AMD drivers on Linux/Windows or Intel Windows drivers. Instead of creating forward-compatible context with highest available