mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 07:28:30 +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++] = 8;
|
||||
attribs[i++] = EGL_STENCIL_SIZE;
|
||||
attribs[i++] = 0;;
|
||||
attribs[i++] = 0;
|
||||
|
||||
attribs[i++] = EGL_SURFACE_TYPE;
|
||||
attribs[i++] = 5;
|
||||
|
Reference in New Issue
Block a user