Renamed CMake variable + C++ #define to OSG_GL_CONTEXT_VERSION

This commit is contained in:
Robert Osfield
2018-04-24 17:05:03 +01:00
parent 1aa0a80de7
commit 2b3ac015bb
4 changed files with 5 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ GraphicsContext::Traits::Traits(DisplaySettings* ds):
swapBarrier(0),
useMultiThreadedOpenGLEngine(false),
useCursor(true),
glContextVersion(OSG_GL_CONTEXT_STRING),
glContextVersion(OSG_GL_CONTEXT_VERSION),
glContextFlags(0),
glContextProfileMask(0),
sharedContext(0),