mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fixed unit tests broken with 3502f256fa
This commit is contained in:
parent
1fd54ec28f
commit
3cfccf1a5a
2 changed files with 7 additions and 7 deletions
|
@ -144,7 +144,7 @@ TEST_CASE("Voronoi missing edges - Alessandro gapfill 12707", "[Voronoi]")
|
|||
|
||||
Polygon poly;
|
||||
std::mt19937 gen;
|
||||
std::uniform_int_distribution<size_t> dist(-100, 100);
|
||||
std::uniform_int_distribution<coord_t> dist(-100, 100);
|
||||
for (size_t i = 0; i < lines.size(); ++ i) {
|
||||
Line &l1 = lines[i];
|
||||
Line &l2 = lines[(i + 1) % lines.size()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue