Align draw merge default comment

This commit is contained in:
2026-06-15 23:24:49 +02:00
parent 55a79ee436
commit abe1567413
3 changed files with 8 additions and 1 deletions

View File

@@ -2226,7 +2226,7 @@ void Canvas::stroke_commit_timelapse()
}
}
void Canvas::draw_merge(bool draw_checkerboard, std::array<bool, 6> faces /*= SIXPLETTE(false)*/)
void Canvas::draw_merge(bool draw_checkerboard, std::array<bool, 6> faces /*= SIXPLETTE(true)*/)
{
assert(App::I->is_render_thread());