mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 23:40:54 +00:00
Fixed comment style.
This commit is contained in:
parent
32ef85b52c
commit
e5d9b25d8c
1 changed files with 1 additions and 1 deletions
|
@ -2473,7 +2473,7 @@ struct blit_table
|
||||||
Uint32 dstR, dstG, dstB;
|
Uint32 dstR, dstG, dstB;
|
||||||
Uint32 blit_features;
|
Uint32 blit_features;
|
||||||
SDL_BlitFunc blitfunc;
|
SDL_BlitFunc blitfunc;
|
||||||
Uint32 alpha; // bitwise NO_ALPHA, SET_ALPHA, COPY_ALPHA
|
Uint32 alpha; /* bitwise NO_ALPHA, SET_ALPHA, COPY_ALPHA */
|
||||||
};
|
};
|
||||||
static const struct blit_table normal_blit_1[] = {
|
static const struct blit_table normal_blit_1[] = {
|
||||||
/* Default for 8-bit RGB source, never optimized */
|
/* Default for 8-bit RGB source, never optimized */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue