Cleanup: 'space between backslash and return' warning.

This commit is contained in:
Bastien Montagne 2022-05-18 09:41:20 +02:00
parent 6f00b1500c
commit 418184d1c1
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@
.crease_threshold = DEG2RAD(140.0f), \
.calculation_flags = LRT_ALLOW_DUPLI_OBJECTS | LRT_ALLOW_CLIPPING_BOUNDARIES | \
LRT_USE_CREASE_ON_SHARP_EDGES | LRT_FILTER_FACE_MARK_KEEP_CONTOUR, \
.angle_splitting_threshold = 0.0f, /* Do not split by default, this is for better chaining quality. */ \
.angle_splitting_threshold = 0.0f, /* Do not split by default, this is for better chaining quality. */ \
.chaining_image_threshold = 0.001f, \
.chain_smooth_tolerance = 0.2f,\
.stroke_depth_offset = 0.05,\