mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix audio engine, add difficulty sorting kind of
This commit is contained in:
@@ -42,12 +42,8 @@ class LoadScreen:
|
||||
|
||||
def _load_navigator(self):
|
||||
"""Background thread function to load navigator"""
|
||||
try:
|
||||
self.song_select_screen.load_navigator()
|
||||
self.loading_complete = True
|
||||
except Exception as e:
|
||||
print(f"Error loading navigator: {e}")
|
||||
self.loading_complete = True
|
||||
self.song_select_screen.load_navigator()
|
||||
self.loading_complete = True
|
||||
|
||||
def on_screen_start(self):
|
||||
if not self.screen_init:
|
||||
|
||||
Reference in New Issue
Block a user