Skip to content

Commit

Permalink
decrease max cutoff to prevent crash
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 16, 2024
1 parent 86acb49 commit cd5b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl FilterGuiParams {
default_cutoff, // Use the passed default value
FloatRange::Skewed {
min: 10.0,
max: 20_000.0,
max: 18_000.0,
factor: FloatRange::skew_factor(-1.6),
},
)
Expand Down

0 comments on commit cd5b903

Please sign in to comment.