mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Remove trailing comma
This commit is contained in:
parent
93eb15606b
commit
cd489a813f
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static SDL_BlendMode blend_modes[] = {
|
|||
|
||||
/* Our custom blending 'Screen Blending': dstRGB := 1 - (1 - dstRGB) * (1 - srcRGB)
|
||||
dstA := dstA */
|
||||
0,
|
||||
0
|
||||
};
|
||||
static const char *blend_mode_names[] = { "NONE", "BLEND", "ADD", "MOD", "MUL", "SCREEN \"CUSTOM\"" };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue