From 241ee00ca57dc58bd4967b46ae276a9326696ccf Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Tue, 4 Aug 2015 15:18:01 -0700 Subject: [PATCH] Working on HMD crash on mac --- libraries/shared/src/GLHelpers.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/shared/src/GLHelpers.cpp b/libraries/shared/src/GLHelpers.cpp index f2371e49bb..f67f9e9120 100644 --- a/libraries/shared/src/GLHelpers.cpp +++ b/libraries/shared/src/GLHelpers.cpp @@ -10,7 +10,6 @@ QSurfaceFormat getDefaultOpenGlSurfaceFormat() { #ifdef DEBUG format.setOption(QSurfaceFormat::DebugContext); #endif - // FIXME move to core as soon as possible - format.setProfile(QSurfaceFormat::OpenGLContextProfile::CompatibilityProfile); + format.setProfile(QSurfaceFormat::OpenGLContextProfile::CoreProfile); return format; }