Skip to content

Commit

Permalink
Remove redundant pub
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 16, 2025
1 parent 3704b0b commit 77edecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/2024-12-09/src/topology/face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use super::Vertex;

pub struct Face {
surface: Handle<Plane>,
pub vertices: Vec<Handle<Vertex>>,
vertices: Vec<Handle<Vertex>>,
}

impl Face {
Expand Down

0 comments on commit 77edecf

Please sign in to comment.