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>2015-11-05 21:09:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-05 21:34:05 +0300
commit7a09d15ade9ba065f4b4cb997d0ebe612b0d129c (patch)
treed6fb344892160d2f0c6b94c11462159821b38646 /source/blender/bmesh/intern/bmesh_polygon.c
parent1adc196723e058d11f8a9cb7fa4635f0e4d08b40 (diff)
Cleanup: comments/style
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_polygon.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_polygon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_polygon.c b/source/blender/bmesh/intern/bmesh_polygon.c
index 56d109fbea1..0465148fd88 100644
--- a/source/blender/bmesh/intern/bmesh_polygon.c
+++ b/source/blender/bmesh/intern/bmesh_polygon.c
@@ -921,7 +921,6 @@ void BM_face_triangulate(
/* loop over calculated triangles and create new geometry */
for (i = 0; i < totfilltri; i++) {
- /* the order is reverse, otherwise the normal is flipped */
BMLoop *l_tri[3] = {
loops[tris[i][0]],
loops[tris[i][1]],