refactor: eliminate redundant return statement
parent
40300c886c
commit
e8ad8593b6
|
@ -299,8 +299,6 @@ namespace OpenSim.Region.Physics.Meshing
|
|||
Face f = new Face(v1, v2, v3);
|
||||
faces.Add(f);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
private Mesh CreateMeshFromPrimMesher(string primName, PrimitiveBaseShape primShape, Vector3 size, float lod)
|
||||
|
|
Loading…
Reference in New Issue