mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
d842ffe424
commit
54b308269e
@ -192,7 +192,7 @@ impl Renderer {
|
||||
let mut vertices = Vec::new();
|
||||
|
||||
let mesh_triangles = mesh.triangles();
|
||||
for triangle in mesh_triangles {
|
||||
for triangle in &mesh_triangles {
|
||||
let triangle = triangle.map(|index| {
|
||||
let mut mesh_vertices = Vec::new();
|
||||
mesh.vertices(&mut mesh_vertices);
|
||||
|
Loading…
Reference in New Issue
Block a user