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>2019-03-06 02:51:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-06 02:51:11 +0300
commit85b667716aab76e08a5387e03197c7a068ba7a58 (patch)
tree0890a3593b56305ef5261cc176ce7c3f5e1ab527 /source/blender/editors/sculpt_paint
parent104d9b475d10afb300699596373b06f26308624f (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 419af4a06c8..1b5f0cae40c 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -3132,8 +3132,8 @@ static void project_paint_face_init(
in_bounds = false;
}
else if ((seam_data->corner_dist_sq[1] > 0.0f) &&
- (len_squared_v2v2(puv, seam_data->seam_puvs[1]) < seam_data->corner_dist_sq[1]) &&
- (len_squared_v2v2(puv, lt_puv[fidx2]) > ps->seam_bleed_px_sq))
+ (len_squared_v2v2(puv, seam_data->seam_puvs[1]) < seam_data->corner_dist_sq[1]) &&
+ (len_squared_v2v2(puv, lt_puv[fidx2]) > ps->seam_bleed_px_sq))
{
in_bounds = false;
}