Skip to content

Commit

Permalink
Better menu / paused tick handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Aug 13, 2024
1 parent 2580f23 commit 81a71c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/assets/zscript/statusbar/hxddstatusbar.zs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class HXDDStatusBar : BaseStatusBar {

if (menuactive || paused) {
RefreshSelected();
if (self.active is self.selected) {
self.active.Tick();
}
}

if (self.active) {
Expand Down

0 comments on commit 81a71c6

Please sign in to comment.