mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
It was previously using draw_tiled_bitmap, which always aligns the tiles with the global origin and does not respect the alpha of the source. Switch to a new Painter::blit_tiled helper which uses Painter::blit under the hood, which has more correct behavior.
7.1 KiB
7.1 KiB