mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-30 19:57:52 -04:00
missed texture init check on drawPanelContents
This commit is contained in:
parent
ea7520734c
commit
8e29fd5a98
@ -151,7 +151,7 @@ void WaterfallPanel::update() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void WaterfallPanel::drawPanelContents() {
|
void WaterfallPanel::drawPanelContents() {
|
||||||
if (!waterfall[0]) {
|
if (!texInitialized.load()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user