Parmaeters are not real, they can't hurt you

This commit is contained in:
Robbert van der Helm
2022-04-24 18:34:40 +02:00
parent 8714310468
commit 9acd312768
16 changed files with 20 additions and 20 deletions

View File

@@ -99,7 +99,7 @@ impl Plugin for Gain {
"Also gain, but with a lame widget. Can't even render the value correctly!",
);
// This is a simple naieve version of a parameter slider that's not aware of how
// the parmaeters work
// the parameters work
ui.add(
egui::widgets::Slider::from_get_set(-30.0..=30.0, |new_value| {
match new_value {