This commit is contained in:
Yonokid
2025-08-26 23:46:18 -04:00
4 changed files with 7 additions and 4 deletions

View File

@@ -455,7 +455,6 @@ class SongSelectScreen:
if self.navigator.genre_bg is not None and self.state == State.BROWSING:
self.navigator.genre_bg.draw(95)
self.ura_switch_animation.draw()
for item in self.navigator.items:
box = item.box
@@ -467,6 +466,8 @@ class SongSelectScreen:
tex.draw_texture('global', 'footer')
self.ura_switch_animation.draw()
if self.state == State.BROWSING and self.navigator.items != []:
self.navigator.get_current_item().box.draw_score_history()
if self.diff_sort_selector is not None: