Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/slice.t
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-05-15 19:38:50 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-05-15 19:38:50 +0400
commitbfba5b3d789921302791b77acd484702bec2d579 (patch)
treefba52301c770372dbc82decd7353eb52e415b4e6 /t/slice.t
parent90280fe63b61139078c7ec37255fff7251d641d9 (diff)
Update tests after recent TriangleMesh optimizations
Diffstat (limited to 't/slice.t')
-rw-r--r--t/slice.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/slice.t b/t/slice.t
index 39ae3f71c..cfa78a60c 100644
--- a/t/slice.t
+++ b/t/slice.t
@@ -111,7 +111,7 @@ sub vertices {
sub add_facet {
push @{$mesh->facets}, [ [0,0,0], @{vertices(@_)} ];
- $mesh->BUILD;
+ $mesh->analyze;
}
sub intersect {