Reset Safety Limiter properly
This commit is contained in:
parent
3ba2a0807b
commit
c07942cfc3
|
@ -125,7 +125,7 @@ impl Plugin for SafetyLimiter {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn reset(&mut self) {
|
fn reset(&mut self) {
|
||||||
self.morse_fadeout_samples_current = 0;
|
self.morse_fadeout_samples_current = self.morse_fadeout_samples_total;
|
||||||
self.reset_morse_signal();
|
self.reset_morse_signal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue