From 0defb7735a1c47e7b39e045fccbb61d5a5ec3dca Mon Sep 17 00:00:00 2001 From: H-A-M-G-E-R <98665992+H-A-M-G-E-R@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:12:59 -0600 Subject: [PATCH] i forgot 1 thing about it --- miratope-core/src/conc/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/miratope-core/src/conc/mod.rs b/miratope-core/src/conc/mod.rs index fc3114c..1778f4f 100644 --- a/miratope-core/src/conc/mod.rs +++ b/miratope-core/src/conc/mod.rs @@ -1375,9 +1375,7 @@ impl ConcretePolytope for Concrete { // Safety: TODO shit, this one's complicated... I'll come back to it. unsafe { - let mut abs = builder.build(); - abs.untangle_faces(); - Self::new(vertices, abs) + Self::new(vertices, builder.build()) } }