remove space of code
Signed-off-by: tyBrave <tianyong13@huawei.com>
This commit is contained in:
parent
9aac9ccc1e
commit
3762e6ecbf
|
@ -466,7 +466,7 @@ int EGLRender::CreateGlEnv()
|
|||
EGL_DEPTH_SIZE, 16, EGL_STENCIL_SIZE, 8, EGL_NONE
|
||||
};
|
||||
const EGLint ctxAttr[] = {
|
||||
EGL_CONTEXT_CLIENT_VERSION, 2,EGL_NONE
|
||||
EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE
|
||||
};
|
||||
const EGLint surfaceAttr[] = {
|
||||
EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE
|
||||
|
|
Loading…
Reference in New Issue