diff --git a/source/frontend/StarTeamBar.cpp b/source/frontend/StarTeamBar.cpp index 0909f9f..767bb91 100644 --- a/source/frontend/StarTeamBar.cpp +++ b/source/frontend/StarTeamBar.cpp @@ -122,6 +122,7 @@ void TeamBar::updatePlayerResources() { } else { m_foodBar->setOverlay(""); } + m_foodBar->show(); } else { m_foodBar->hide(); }