Update CCGLView.cpp (#18508)

This commit is contained in:
Priority10 2017-11-28 04:30:42 +03:00 committed by minggo
parent 03066ff47d
commit b9b3640d45
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace {
}
//default context attributions are set as follows
GLContextAttrs GLView::_glContextAttrs = {5, 6, 5, 0, 16, 0};
GLContextAttrs GLView::_glContextAttrs = {8, 8, 8, 8, 24, 8};
void GLView::setGLContextAttrs(GLContextAttrs& glContextAttrs)
{