minor bug fixes

This commit is contained in:
Anthony Samms
2025-11-23 11:03:17 -05:00
parent aef0c46368
commit 1efc734a96
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ class PracticeGameScreen(GameScreen):
first_bar_time = self.bars[0].hit_ms
resume_time = self.bars[resume_bar_index].hit_ms - first_bar_time + self.start_delay
start_time = self.bars[previous_bar_index].hit_ms - first_bar_time
start_time = self.bars[previous_bar_index].hit_ms - first_bar_time + self.start_delay
tja_copy = copy.deepcopy(self.scrobbling_tja)
self.player_1.tja = tja_copy