diff options
author | Justin Clarke Casey | 2008-10-10 21:05:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-10 21:05:44 +0000 |
commit | dd886a035b8d26d507715331735dc211dbe993d2 (patch) | |
tree | c23daa202cc7680c398e8e7203a6702cb29dfdac /OpenSim/Region/Physics/Meshing/PrimMesher.cs | |
parent | * minor: Remove highly experimental tags from oar loading and saving functions (diff) | |
download | opensim-SC_OLD-dd886a035b8d26d507715331735dc211dbe993d2.zip opensim-SC_OLD-dd886a035b8d26d507715331735dc211dbe993d2.tar.gz opensim-SC_OLD-dd886a035b8d26d507715331735dc211dbe993d2.tar.bz2 opensim-SC_OLD-dd886a035b8d26d507715331735dc211dbe993d2.tar.xz |
* minor: remove warnings
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 | ||