GPencil: Change maximum value for Fill precission

The old value of 5 was not enough for some situations.
This commit is contained in:
Antonio Vazquez 2021-04-23 16:58:30 +02:00
parent 17afa86336
commit be68d00c36
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct Curve;
#define GP_DEFAULT_CURVE_EDIT_CORNER_ANGLE M_PI_2
#define GPENCIL_MIN_FILL_FAC 0.05f
#define GPENCIL_MAX_FILL_FAC 5.0f
#define GPENCIL_MAX_FILL_FAC 8.0f
/* ***************************************** */
/* GP Stroke Points */