refactor: eliminate redundant return statement

bulletsim
Justin Clark-Casey (justincc) 2011-07-08 20:58:44 +01:00
parent 40300c886c
commit e8ad8593b6
1 changed files with 1 additions and 3 deletions

View File

@ -299,8 +299,6 @@ namespace OpenSim.Region.Physics.Meshing
Face f = new Face(v1, v2, v3); Face f = new Face(v1, v2, v3);
faces.Add(f); faces.Add(f);
} }
return;
} }
private Mesh CreateMeshFromPrimMesher(string primName, PrimitiveBaseShape primShape, Vector3 size, float lod) private Mesh CreateMeshFromPrimMesher(string primName, PrimitiveBaseShape primShape, Vector3 size, float lod)