diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/PrimMesher.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/PrimMesher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index caf5966..dc19b1c 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs | |||
@@ -1173,7 +1173,7 @@ namespace PrimMesher | |||
1173 | 1173 | ||
1174 | public Coord SurfaceNormal(int faceIndex) | 1174 | public Coord SurfaceNormal(int faceIndex) |
1175 | { | 1175 | { |
1176 | int numFaces = faces.Count; | 1176 | //int numFaces = faces.Count; |
1177 | if (faceIndex < 0 || faceIndex >= faces.Count) | 1177 | if (faceIndex < 0 || faceIndex >= faces.Count) |
1178 | return new Coord(0.0f, 0.0f, 0.0f); | 1178 | return new Coord(0.0f, 0.0f, 0.0f); |
1179 | 1179 | ||