mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Remove redundant pub
This commit is contained in:
parent
7146ce45a6
commit
553042ed56
@ -1,6 +1,6 @@
|
||||
#[derive(Default)]
|
||||
pub struct Mesh {
|
||||
pub vertices: Vec<[f32; 3]>,
|
||||
vertices: Vec<[f32; 3]>,
|
||||
pub triangles: Vec<[u32; 3]>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user