Fixed OpenGL context version checking when OpenGL ES is used.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-01-30 04:48:09 -04:00
parent 6c11443a04
commit 84a6dd3b1c
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ private:
void setGLFramebufferAttributes(int msaa, bool sRGB);
void setGLContextAttributes(const ContextAttribs &attribs);
bool checkGLVersion(int versionmajor, int versionminor);
bool checkGLVersion(const ContextAttribs &attribs);
bool setContext(int msaa, bool vsync, bool sRGB);
// Update the saved window settings based on the window's actual state.