what I said in the last commit but correctly

This commit is contained in:
Anthony Samms
2025-11-07 16:29:11 -05:00
parent fc8dd75384
commit a48525e7b8
4 changed files with 6 additions and 2 deletions

View File

@@ -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: