commit | 2c1cef9659a91a45d23d186c37909dad0dff362b | [log] [tgz] |
---|---|---|
author | Martin Stumpf <finomnis@gmail.com> | Tue Apr 29 14:30:37 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon May 12 09:48:07 2025 +0200 |
tree | f6a67f43fb84b115fb4fdf4939bc9b38f3e604e8 | |
parent | f01a96c2f35795df7d1cbcfb510caa33b003bd57 [diff] |
display_sdl: Fix incorrect blend mode during display_read The blend mode was set in a way that multiplied pixels with the alpha value during read, which caused tests to fail. Signed-off-by: Martin Stumpf <finomnis@gmail.com>