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:
-rw-r--r--intern/opensubdiv/internal/opensubdiv_topology_refiner.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
index 6ac8a67e3e6..1840a4fc989 100644
--- a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
+++ b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
@@ -352,9 +352,9 @@ bool checkGeometryFacesMatch(
}
}
if (!direct_match) {
-// If face didn't match in direct direction we also test if it matches in
-// reversed direction. This is because conversion might reverse loops to
-// make normals consistent.
+ // If face didn't match in direct direction we also test if it matches in
+ // reversed direction. This is because conversion might reverse loops to
+ // make normals consistent.
#ifdef OPENSUBDIV_ORIENT_TOPOLOGY
for (int face_vertex_index = 0; face_vertex_index < num_face_vertices;
++face_vertex_index) {