Avoid use of redundant method

This commit is contained in:
Hanno Braun 2025-03-21 21:23:15 +01:00
parent b09fab773b
commit 59d7db6fac

View File

@ -101,7 +101,7 @@ impl Camera {
let mut min_t = None; let mut min_t = None;
for triangle in tri_mesh.triangles() { for triangle in tri_mesh.triangles.iter() {
let t = let t =
triangle triangle
.inner .inner