mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
WINTERMUTE: Pass blendMode to blit() in RenderTicket.
This commit is contained in:
parent
b4161f54b6
commit
d6c21f8c1e
@ -132,7 +132,7 @@ void RenderTicket::drawToSurface(Graphics::Surface *_targetSurface, Common::Rect
|
||||
src._alphaMode = _owner->getAlphaType();
|
||||
}
|
||||
}
|
||||
src.blit(*_targetSurface, dstRect->left, dstRect->top, _transform._flip, clipRect, _transform._rgbaMod, clipRect->width(), clipRect->height());
|
||||
src.blit(*_targetSurface, dstRect->left, dstRect->top, _transform._flip, clipRect, _transform._rgbaMod, clipRect->width(), clipRect->height(), _transform._blendMode);
|
||||
if (doDelete) {
|
||||
delete clipRect;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user