Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
index 44668088901..524b24dbefd 100644
--- a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
+++ b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
@@ -1726,7 +1726,7 @@ static void lineart_identify_mlooptri_feature_edges(void *__restrict userdata,
}
static uint16_t lineart_identify_medge_feature_edges(
- LineartRenderBuffer *rb, Mesh *me, int edge_index, MEdge *medge, bool freestyle_edge_cdindex)
+ LineartRenderBuffer *rb, Mesh *me, int edge_index, MEdge *medge, int freestyle_edge_cdindex)
{
if (medge->flag & ME_LOOSEEDGE) {
return LRT_EDGE_FLAG_LOOSE;