mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-08 10:06:07 -05: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() {
|
||||
if (!waterfall[0]) {
|
||||
if (!texInitialized.load()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user