Skip to content

Commit

Permalink
Updated to the latest version of SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jul 17, 2024
1 parent a2c6964 commit 92af928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/glfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord)
/* Save the alpha blending attributes */
SDL_GetSurfaceAlphaMod(surface, &saved_alpha);
SDL_SetSurfaceAlphaMod(surface, 0xFF);
SDL_GetSurfaceBlendMode(surface, &saved_mode);
saved_mode = SDL_GetSurfaceBlendMode(surface);
SDL_SetSurfaceBlendMode(surface, SDL_BLENDMODE_NONE);

/* Copy the surface into the GL texture image */
Expand Down
2 changes: 1 addition & 1 deletion external/SDL
Submodule SDL updated 301 files

0 comments on commit 92af928

Please sign in to comment.