diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Mesh.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Mesh.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Mesh.cs b/OpenSim/Region/Physics/Meshing/Mesh.cs index 16ac453..2084e75 100644 --- a/OpenSim/Region/Physics/Meshing/Mesh.cs +++ b/OpenSim/Region/Physics/Meshing/Mesh.cs | |||
@@ -214,9 +214,9 @@ namespace OpenSim.Region.Physics.Meshing | |||
214 | for (int i = 0; i < numFaces; i++) | 214 | for (int i = 0; i < numFaces; i++) |
215 | { | 215 | { |
216 | Face f = primMesh.faces[i]; | 216 | Face f = primMesh.faces[i]; |
217 | Coord c1 = primMesh.coords[f.v1]; | 217 | // Coord c1 = primMesh.coords[f.v1]; |
218 | Coord c2 = primMesh.coords[f.v2]; | 218 | // Coord c2 = primMesh.coords[f.v2]; |
219 | Coord c3 = primMesh.coords[f.v3]; | 219 | // Coord c3 = primMesh.coords[f.v3]; |
220 | 220 | ||
221 | int resultIndex = i * 3; | 221 | int resultIndex = i * 3; |
222 | result[resultIndex] = f.v1; | 222 | result[resultIndex] = f.v1; |