Browse Source

Platform: minor cleanup.

pull/331/head
Vladimír Vondruš 7 years ago
parent
commit
b168433c4e
  1. 2
      src/Magnum/Platform/GlfwApplication.cpp

2
src/Magnum/Platform/GlfwApplication.cpp

@ -404,7 +404,7 @@ bool GlfwApplication::tryCreate(const Configuration& configuration, const GLConf
glfwMakeContextCurrent(_window); glfwMakeContextCurrent(_window);
#ifndef MAGNUM_TARGET_GLES #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 user-specified and either core context creation fails or we are on
binary NVidia/AMD drivers on Linux/Windows or Intel Windows drivers. binary NVidia/AMD drivers on Linux/Windows or Intel Windows drivers.
Instead of creating forward-compatible context with highest available Instead of creating forward-compatible context with highest available

Loading…
Cancel
Save