Fix typo in comment
This commit is contained in:
parent
2f371874d0
commit
fb382520af
|
@ -104,8 +104,8 @@ impl DiopserParams {
|
||||||
)
|
)
|
||||||
.with_callback(trigger_filter_update),
|
.with_callback(trigger_filter_update),
|
||||||
|
|
||||||
// Smoothed parameters don't need the callback as we can loop at whether the smoother is
|
// Smoothed parameters don't need the callback as we can just look at whether the
|
||||||
// still smoothing
|
// smoother is still smoothing
|
||||||
filter_frequency: FloatParam::new(
|
filter_frequency: FloatParam::new(
|
||||||
"Filter Frequency",
|
"Filter Frequency",
|
||||||
200.0,
|
200.0,
|
||||||
|
|
Loading…
Reference in a new issue