mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-18 02:38:27 +00:00
Fixed compiler warnings
This commit is contained in:
parent
aebe17d34f
commit
9451cd81ae
3 changed files with 22 additions and 22 deletions
|
@ -642,7 +642,6 @@ static GLenum GetBlendEquation(SDL_BlendOperation operation)
|
|||
static SDL_bool
|
||||
GL_SupportsBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode)
|
||||
{
|
||||
GL_RenderData *data = (GL_RenderData *) renderer->driverdata;
|
||||
SDL_BlendFactor srcColorFactor = SDL_GetBlendModeSrcColorFactor(blendMode);
|
||||
SDL_BlendFactor srcAlphaFactor = SDL_GetBlendModeSrcAlphaFactor(blendMode);
|
||||
SDL_BlendOperation colorOperation = SDL_GetBlendModeColorOperation(blendMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue