From da8e6d1aa843bb9ae712cc6f7ea7cd03d43862da Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:14:08 +1100 Subject: [PATCH] Update StarTeamBar.cpp --- source/frontend/StarTeamBar.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }