mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Avoid use of redundant method
This commit is contained in:
parent
b09fab773b
commit
59d7db6fac
@ -101,7 +101,7 @@ impl Camera {
|
||||
|
||||
let mut min_t = None;
|
||||
|
||||
for triangle in tri_mesh.triangles() {
|
||||
for triangle in tri_mesh.triangles.iter() {
|
||||
let t =
|
||||
triangle
|
||||
.inner
|
||||
|
Loading…
Reference in New Issue
Block a user