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
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/TriangleMesh.xsp')
-rw-r--r--xs/xsp/TriangleMesh.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/TriangleMesh.xsp b/xs/xsp/TriangleMesh.xsp
index e053102c7..cf4ae8d64 100644
--- a/xs/xsp/TriangleMesh.xsp
+++ b/xs/xsp/TriangleMesh.xsp
@@ -29,7 +29,6 @@ TriangleMesh::stats()
(void)hv_stores( hv, "facets_reversed", newSViv(THIS->stl.stats.facets_reversed) );
(void)hv_stores( hv, "backwards_edges", newSViv(THIS->stl.stats.backwards_edges) );
(void)hv_stores( hv, "normals_fixed", newSViv(THIS->stl.stats.normals_fixed) );
- (void)hv_stores( hv, "facets_reversed", newSViv(THIS->stl.stats.facets_reversed) );
RETVAL = (SV*)newRV_noinc((SV*)hv);
OUTPUT:
RETVAL