mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Typo
This commit is contained in:
committed by
Sam Lantinga
parent
739f4e1eb2
commit
6fab3323c3
@@ -106,7 +106,7 @@ VITA_GL_CreateContext(_THIS, SDL_Window * window)
|
|||||||
attribs[i++] = EGL_ALPHA_SIZE;
|
attribs[i++] = EGL_ALPHA_SIZE;
|
||||||
attribs[i++] = 8;
|
attribs[i++] = 8;
|
||||||
attribs[i++] = EGL_STENCIL_SIZE;
|
attribs[i++] = EGL_STENCIL_SIZE;
|
||||||
attribs[i++] = 0;;
|
attribs[i++] = 0;
|
||||||
|
|
||||||
attribs[i++] = EGL_SURFACE_TYPE;
|
attribs[i++] = EGL_SURFACE_TYPE;
|
||||||
attribs[i++] = 5;
|
attribs[i++] = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user