Skip to content

Commit

Permalink
i forgot 1 thing about it
Browse files Browse the repository at this point in the history
  • Loading branch information
H-A-M-G-E-R committed Dec 10, 2023
1 parent 84f18a0 commit 0defb77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions miratope-core/src/conc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
}

Expand Down

0 comments on commit 0defb77

Please sign in to comment.