Update StarTeamBar.cpp

This commit is contained in:
Kae 2024-04-05 15:14:08 +11:00
parent 12a28d5345
commit da8e6d1aa8

View File

@ -122,6 +122,7 @@ void TeamBar::updatePlayerResources() {
} else { } else {
m_foodBar->setOverlay(""); m_foodBar->setOverlay("");
} }
m_foodBar->show();
} else { } else {
m_foodBar->hide(); m_foodBar->hide();
} }