aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/PrimMesher.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-19 18:45:41 +0000
committerJustin Clarke Casey2008-10-19 18:45:41 +0000
commit923f9fb749e6e5c19830c35336ec4effbded531c (patch)
tree28b70bbe0286b2a9334fb8bf2f09eaad7308406d /OpenSim/Region/Physics/Meshing/PrimMesher.cs
parent* refactor: move loadInv and saveInv command line param functions up to the i... (diff)
downloadopensim-SC_OLD-923f9fb749e6e5c19830c35336ec4effbded531c.zip
opensim-SC_OLD-923f9fb749e6e5c19830c35336ec4effbded531c.tar.gz
opensim-SC_OLD-923f9fb749e6e5c19830c35336ec4effbded531c.tar.bz2
opensim-SC_OLD-923f9fb749e6e5c19830c35336ec4effbded531c.tar.xz
* minor: remove mono warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Meshing/PrimMesher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
index 4814c4a..b36b5a8 100644
--- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs
+++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
@@ -1659,7 +1659,7 @@ namespace PrimMesher
1659 1659
1660 public Coord SurfaceNormal(int faceIndex) 1660 public Coord SurfaceNormal(int faceIndex)
1661 { 1661 {
1662 int numFaces = faces.Count; 1662 //int numFaces = faces.Count;
1663 if (faceIndex < 0 || faceIndex >= faces.Count) 1663 if (faceIndex < 0 || faceIndex >= faces.Count)
1664 throw new Exception("faceIndex out of range"); 1664 throw new Exception("faceIndex out of range");
1665 1665