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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-25 07:55:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-25 07:55:48 +0300
commit31f3e9082a4a57ccdd7932cccb4174c26bf2ef4d (patch)
tree7a71968ce9c2a4ab31d8c36fc6be673001536bf8
parentf274b8c102016514d4242909e5121d4289e8b3b9 (diff)
Cleanup: make format
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c
index 04a17336a90..db78e452f34 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c
@@ -174,7 +174,7 @@ static void deformStroke(GpencilModifierData *md,
if (gps->totpoints > 2) {
BKE_gpencil_stroke_normal(gps, normal);
if (is_zero_v3(normal)) {
- copy_v3_fl(normal, 1.0f);
+ copy_v3_fl(normal, 1.0f);
}
}
else {