Fix: Assert on startup from incorrect float property min

This commit is contained in:
Hans Goudey 2021-10-26 11:03:45 -05:00
parent 01d7211380
commit f1a662c157
1 changed files with 1 additions and 1 deletions

View File

@ -1542,7 +1542,7 @@ void OBJECT_OT_gpencil_add(wmOperatorType *ot)
"stroke_depth_offset",
0.05f,
0.0f,
0.0f,
FLT_MAX,
"Stroke Offset",
"Stroke offset for the line art modifier",
0.0f,