Fix tab/spacing

This commit is contained in:
CasualPokePlayer 2024-05-31 20:52:52 -07:00
parent 5b6c94b996
commit a03050dcc5
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags)
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 1);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, 0);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, 0);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, 0);
SDL_VideoContext = SDL_GL_CreateContext(SDL_VideoWindow);
if (!SDL_VideoContext) {
return NULL;