mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 00:01:07 +01:00
Previously, all transparent pixels were rendered as opaque due to the limitations of the 4K color mode. Replaced Gc()->BitBlt() with Gc()->BitBltMasked() and updated the mask during copy operations to correctly respect the alpha channel of textures, while maintaining good performance.