Fix VS 2026 Windows build

This commit is contained in:
2026-06-16 09:34:17 +02:00
parent ad76aeb751
commit 52d633c6e1
9 changed files with 40 additions and 24 deletions

View File

@@ -877,8 +877,7 @@ static void execute_canvas_draw_merge_plane_dispatch(
brush,
ortho,
use_blend,
copy_blend_destination,
draw_checkerboard);
copy_blend_destination);
}
execute_canvas_draw_merge_plane_final_composite(canvas, ortho, draw_checkerboard, use_blend);