fixed a typo MSVC should absolutely have caught, fuck you microslop

This commit is contained in:
AlexandreRouma
2026-03-21 23:26:07 -04:00
parent 11ffdcfd53
commit 1f1315f015

View File

@@ -48,7 +48,7 @@ namespace dsp::demod {
base_type::tempStop();
_samplerate = samplerate;
demod.setDeviation(_bandwidth / 2.0, _samplerate);
updateFilter(_lowPass, _highPass);
updateFilter(_lowPass);
base_type::tempStart();
}