mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* minor: Oh go on, one more warning. Oooh, you are naughty
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user