Skip to content

Commit

Permalink
Use into for OrderedFloat conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfoodK committed Jun 23, 2024
1 parent 20d347a commit edf1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jigcle/src/level_select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl Component for Thumbnail<'_> {
fit: ImageFit::Cover,
paint: Some(
Paint::new(Color::BLACK).set_image_filter(ImageFilter::Blur {
sigma_xy: Xy::single(16.0),
sigma_xy: Xy::single(16.0.into()),
tile_mode: Some(TileMode::Mirror),
input: None,
crop_rect: None,
Expand Down

0 comments on commit edf1fb6

Please sign in to comment.