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/xs
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-07-13 22:23:03 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-07-13 22:23:03 +0400
commit6affa232979ce2291e82a182a246d239aae2a99e (patch)
tree6cc9514a985a40301efbbd19d32616b0d53147bc /xs
parent00683195c85c1479d15c1792179eba1149dcc36d (diff)
Show repair stats in object info dialog
Diffstat (limited to 'xs')
-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