Revert "When GL3 build is enabled, default context requested is version 3.3, …"

This commit is contained in:
OpenSceneGraph git repository
2018-04-24 15:37:44 +01:00
committed by GitHub
parent e8c0033f5f
commit c10f298dc6
2 changed files with 0 additions and 8 deletions

View File

@@ -239,11 +239,7 @@ GraphicsContext::Traits::Traits(DisplaySettings* ds):
swapBarrier(0),
useMultiThreadedOpenGLEngine(false),
useCursor(true),
#ifdef OSG_GL3_FEATURES
glContextVersion("3.3"),
#else
glContextVersion("1.0"),
#endif
glContextFlags(0),
glContextProfileMask(0),
sharedContext(0),