aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 20:46:39 +0000
committerJustin Clarke Casey2008-10-15 20:46:39 +0000
commit98245e4bfa5d9be13fa2fe5471ac7aab382bfa89 (patch)
tree5eb1ffe80b8cb2c810493c59507620fe81a09e18 /OpenSim/Region/Physics/Meshing
parent* Add Vytek too (diff)
downloadopensim-SC_OLD-98245e4bfa5d9be13fa2fe5471ac7aab382bfa89.zip
opensim-SC_OLD-98245e4bfa5d9be13fa2fe5471ac7aab382bfa89.tar.gz
opensim-SC_OLD-98245e4bfa5d9be13fa2fe5471ac7aab382bfa89.tar.bz2
opensim-SC_OLD-98245e4bfa5d9be13fa2fe5471ac7aab382bfa89.tar.xz
* minor: Oh go on, one more warning. Oooh, you are naughty
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r--OpenSim/Region/Physics/Meshing/PrimMesher.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
index ade4034..98c7b5b 100644
--- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs
+++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
@@ -1405,7 +1405,6 @@ namespace PrimMesher
1405 1405
1406 public Coord SurfaceNormal(int faceIndex) 1406 public Coord SurfaceNormal(int faceIndex)
1407 { 1407 {
1408 int numFaces = faces.Count;
1409 if (faceIndex < 0 || faceIndex >= faces.Count) 1408 if (faceIndex < 0 || faceIndex >= faces.Count)
1410 throw new Exception("faceIndex out of range"); 1409 throw new Exception("faceIndex out of range");
1411 1410