Skip to content

Commit

Permalink
Fixed syntax error in C style block comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 14, 2013
1 parent bfe1b1d commit d3d6f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_render.c
Expand Up @@ -266,7 +266,7 @@ SetBlendMode(DirectFB_RenderData * data, int blendMode,
case SDL_BLENDMODE_ADD:
data->blitFlags = DSBLIT_BLEND_ALPHACHANNEL;
data->drawFlags = DSDRAW_BLEND;
/* FIXME: SRCALPHA kills performance on radeon ... */
/* FIXME: SRCALPHA kills performance on radeon ...
* It will be cheaper to copy the surface to a temporary surface and premultiply
*/
if (source && TextureHasAlpha(source))
Expand Down

0 comments on commit d3d6f9a

Please sign in to comment.