diff --git a/src/panel/WaterfallPanel.cpp b/src/panel/WaterfallPanel.cpp index 0fd2573..9aad159 100644 --- a/src/panel/WaterfallPanel.cpp +++ b/src/panel/WaterfallPanel.cpp @@ -151,7 +151,7 @@ void WaterfallPanel::update() { } void WaterfallPanel::drawPanelContents() { - if (!waterfall[0]) { + if (!texInitialized.load()) { return; }