From 8982a315b76e70ecf244243c3002d46ca73761f8 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Sat, 5 Dec 2020 07:48:41 -0500 Subject: Add more timing hooks for boolean. --- source/blender/blenlib/intern/mesh_intersect.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/mesh_intersect.cc') diff --git a/source/blender/blenlib/intern/mesh_intersect.cc b/source/blender/blenlib/intern/mesh_intersect.cc index 64ea25ccc90..ab956c5c735 100644 --- a/source/blender/blenlib/intern/mesh_intersect.cc +++ b/source/blender/blenlib/intern/mesh_intersect.cc @@ -2178,8 +2178,8 @@ static void calc_overlap_itts_range_func(void *__restrict userdata, } /** - * Fill in itt_map with the vector of ITT_values that result from intersecting the triangles in ov. - * Use a canonical order for triangles: (a,b) where a < b. + * Fill in itt_map with the vector of ITT_values that result from intersecting the triangles in + * ov. Use a canonical order for triangles: (a,b) where a < b. */ static void calc_overlap_itts(Map, ITT_value> &itt_map, const IMesh &tm, -- cgit v1.2.3