Skip to content

Commit

Permalink
fix: missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0539 committed Nov 3, 2024
1 parent 57d8c03 commit 919fcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub struct Layer {
pub scale: Vec2,
pub(crate) baked_polygons: Option<BVH2d>,
pub(crate) islands: Option<Vec<usize>>,
/// Cost coefficient of the layer
pub cost: f32,
}

Expand Down

0 comments on commit 919fcbc

Please sign in to comment.