Commit f927fc59 authored by Sunny Sachanandani's avatar Sunny Sachanandani

Fixed a minor bug with texture blending.

parent b8bbc91d
......@@ -1452,7 +1452,7 @@ X11_RenderCopy(SDL_Renderer * renderer, SDL_Texture * texture,
XRenderSetPictureTransform(data->display, texturedata->picture, &xform);
XRenderComposite(data->display, texturedata->blend_op,
texturedata->picture, None, data->drawable_pict,
texturedata->picture, pict, data->drawable_pict,
0, 0, 0, 0, dstrect->x, dstrect->y,
dstrect->w, dstrect->h);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment