GPencil: Fix wrong parameters in `gpencil_check_same_material_color`

The stroke and fill parameters were flipped.
This commit is contained in:
Antonio Vazquez 2022-03-04 08:44:12 +01:00
parent 0212c423bf
commit 5eaeb9bd0d
1 changed files with 1 additions and 1 deletions

View File

@ -50,8 +50,8 @@
static int gpencil_check_same_material_color(Object *ob_gp,
const float color_stroke[4],
const float color_fill[4],
const bool do_fill,
const bool do_stroke,
const bool do_fill,
Material **r_mat)
{
int index = -1;