Skip to content

Commit

Permalink
why are you still here, mx. box?
Browse files Browse the repository at this point in the history
  • Loading branch information
murl-digital committed Apr 22, 2024
1 parent 2283268 commit 5f3a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/stroke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl PathStroke {
) -> Self {
Self {
width: width.into(),
color: ColorMode::UV(Arc::new(Box::new(callback))),
color: ColorMode::UV(Arc::new(callback)),
}
}

Expand Down

0 comments on commit 5f3a712

Please sign in to comment.