Fixed delayed VFO update bug

This commit is contained in:
Ryzerth
2021-05-04 02:52:59 +02:00
parent c23b2bdc55
commit 9a1850bd61
2 changed files with 5 additions and 15 deletions

View File

@ -163,7 +163,7 @@ namespace ImGui {
void onResize();
void updateWaterfallFb();
void updateWaterfallTexture();
void updateAllVFOs();
void updateAllVFOs(bool checkRedrawRequired = false);
bool calculateVFOSignalInfo(WaterfallVFO* vfo, float& strength, float& snr);
bool waterfallUpdate = false;