Fixed syntax error in C style block comment.
This commit is contained in:
parent
9e17cee111
commit
1af00322ef
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ SetBlendMode(DirectFB_RenderData * data, int blendMode,
|
||||||
case SDL_BLENDMODE_ADD:
|
case SDL_BLENDMODE_ADD:
|
||||||
data->blitFlags = DSBLIT_BLEND_ALPHACHANNEL;
|
data->blitFlags = DSBLIT_BLEND_ALPHACHANNEL;
|
||||||
data->drawFlags = DSDRAW_BLEND;
|
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
|
* It will be cheaper to copy the surface to a temporary surface and premultiply
|
||||||
*/
|
*/
|
||||||
if (source && TextureHasAlpha(source))
|
if (source && TextureHasAlpha(source))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue