missed texture init check on drawPanelContents

This commit is contained in:
Charles J. Cliffe 2015-10-22 18:29:49 -04:00
parent ea7520734c
commit 8e29fd5a98
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ void WaterfallPanel::update() {
}
void WaterfallPanel::drawPanelContents() {
if (!waterfall[0]) {
if (!texInitialized.load()) {
return;
}