aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs
index 8eb136b..9c081b9 100644
--- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs
+++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs
@@ -1450,6 +1450,8 @@ namespace PrimMesher
1450 int endVert = this.coords.Count; 1450 int endVert = this.coords.Count;
1451 if (!this.hasProfileCut) 1451 if (!this.hasProfileCut)
1452 { 1452 {
1453 if(numVerts > 5 && !hasHollow)
1454 startVert++;
1453 int i = startVert; 1455 int i = startVert;
1454 for (int l = 0; l < profile.numOuterVerts - 1; l++) 1456 for (int l = 0; l < profile.numOuterVerts - 1; l++)
1455 { 1457 {