diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-05 15:14:08 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-05 15:14:08 +1100 |
commit | da8e6d1aa843bb9ae712cc6f7ea7cd03d43862da (patch) | |
tree | 82d48dbc15c581dcc811b42426f03812ae577beb /source/frontend/StarTeamBar.cpp | |
parent | 12a28d5345b621712d3294dca7dc2d296fd04bda (diff) |
Update StarTeamBar.cpp
Diffstat (limited to 'source/frontend/StarTeamBar.cpp')
-rw-r--r-- | source/frontend/StarTeamBar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |