Don't init srand(0) because rand isn't used any more.

This commit is contained in:
phkahler 2020-08-03 11:57:19 -04:00
parent 3c2f82b7f1
commit fef6a39a17

View File

@ -431,8 +431,6 @@ bool SShell::ClassifyEdge(Class *indir, Class *outdir,
{
List<SInter> l = {};
srand(0);
// First, check for edge-on-edge
int edge_inters = 0;
Vector inter_surf_n[2], inter_edge_n[2];