g/s/surface: don't ignore the first accept test
This commit is contained in:
parent
58d86bbc95
commit
4b57e373f9
@ -70,7 +70,7 @@ namespace cruft::geom::sample {
|
|||||||
if (!accept (p))
|
if (!accept (p))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
selected.push_back (sampler.eval (gen));
|
selected.push_back (p);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user