From ad860b2b5bc067d03c7078e9748cc151b649a927 Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Sat, 24 Sep 2011 09:12:20 +0100
Subject: [PATCH] Removed redundant check.

---
 src/obj/NiTriShapeData.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/obj/NiTriShapeData.cpp b/src/obj/NiTriShapeData.cpp
index 98d38c40..b3d3a254 100644
--- a/src/obj/NiTriShapeData.cpp
+++ b/src/obj/NiTriShapeData.cpp
@@ -226,11 +226,6 @@ void NiTriShapeData::DoMatchDetection() {
 				continue;
 			if ( normals [j] != normals [i] )
 				continue;
-
-			/* this index belongs to a group already */
-			if ( sharing [i] != 0 )
-				continue;
-
 			/* remember this vertex' index */
 			group.vertexIndices.push_back(j);
 		}
-- 
GitLab