mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
what I said in the last commit but correctly
This commit is contained in:
@@ -113,6 +113,7 @@ class SongBox:
|
||||
continue
|
||||
diff_hash = self.hash[diff]
|
||||
self.scores[diff] = hash_to_score.get(diff_hash)
|
||||
self.score_history = None
|
||||
|
||||
def move_box(self):
|
||||
if self.position != self.target_position and self.move is None:
|
||||
|
||||
Reference in New Issue
Block a user