mirror of https://github.com/axmolengine/axmol.git
Update CCGLView.cpp (#18508)
This commit is contained in:
parent
03066ff47d
commit
b9b3640d45
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue