Don't init srand(0) because rand isn't used any more.
This commit is contained in:
parent
3c2f82b7f1
commit
fef6a39a17
@ -431,8 +431,6 @@ bool SShell::ClassifyEdge(Class *indir, Class *outdir,
|
|||||||
{
|
{
|
||||||
List<SInter> l = {};
|
List<SInter> l = {};
|
||||||
|
|
||||||
srand(0);
|
|
||||||
|
|
||||||
// First, check for edge-on-edge
|
// First, check for edge-on-edge
|
||||||
int edge_inters = 0;
|
int edge_inters = 0;
|
||||||
Vector inter_surf_n[2], inter_edge_n[2];
|
Vector inter_surf_n[2], inter_edge_n[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user