diff --git a/cocos/platform/CCGLView.cpp b/cocos/platform/CCGLView.cpp index 52b4173966..e1f15fd912 100644 --- a/cocos/platform/CCGLView.cpp +++ b/cocos/platform/CCGLView.cpp @@ -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) {