* minor: Oh go on, one more warning. Oooh, you are naughty

0.6.0-stable
Justin Clarke Casey 2008-10-15 20:46:39 +00:00
parent 79f82f61d4
commit 98245e4bfa
1 changed files with 0 additions and 1 deletions

View File

@ -1405,7 +1405,6 @@ namespace PrimMesher
public Coord SurfaceNormal(int faceIndex)
{
int numFaces = faces.Count;
if (faceIndex < 0 || faceIndex >= faces.Count)
throw new Exception("faceIndex out of range");