1
0
Fork 0

Fix typo in comment

This commit is contained in:
Robbert van der Helm 2022-02-12 21:53:19 +01:00
parent 2f371874d0
commit fb382520af

View file

@ -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,