diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs index 8eb136bff4..9c081b9f64 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs @@ -1450,6 +1450,8 @@ namespace PrimMesher int endVert = this.coords.Count; if (!this.hasProfileCut) { + if(numVerts > 5 && !hasHollow) + startVert++; int i = startVert; for (int l = 0; l < profile.numOuterVerts - 1; l++) {