Reduce draw merge branch dispatch mismatch

This commit is contained in:
2026-06-15 23:14:32 +02:00
parent 360b1aa46b
commit 12cd9188e9
3 changed files with 8 additions and 2 deletions

View File

@@ -591,8 +591,7 @@ static pp::panopainter::LegacyCanvasDrawMergeLayerCompositeExecution make_canvas
const std::shared_ptr<Layer>& layer,
const Brush& brush,
const glm::mat4& ortho,
bool copy_blend_destination,
bool draw_checkerboard);
bool copy_blend_destination);
static void execute_canvas_draw_merge_branch_body(
Canvas& canvas,