SDL_PrivateLowerBlitScaled: remove unused local var 'a'
parent
30df2e4e36
commit
a6beb2d264
|
@ -948,7 +948,7 @@ SDL_PrivateLowerBlitScaled(SDL_Surface * src, SDL_Rect * srcrect,
|
||||||
SDL_Surface *tmp;
|
SDL_Surface *tmp;
|
||||||
int ret;
|
int ret;
|
||||||
SDL_Rect tmprect;
|
SDL_Rect tmprect;
|
||||||
Uint8 r, g, b, a;
|
Uint8 r, g, b;
|
||||||
Uint8 alpha;
|
Uint8 alpha;
|
||||||
SDL_BlendMode blendMode;
|
SDL_BlendMode blendMode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue