Update result.py

This commit is contained in:
Anthony Samms
2025-11-09 10:59:36 -05:00
parent 58e32ea268
commit 43ad07b64d

View File

@@ -141,7 +141,7 @@ class ResultPlayer:
Update the score animation if a high score is achieved. Update the score animation if a high score is achieved.
""" """
if is_skipped: if is_skipped:
if self.update_index == len(self.update_list) - 1: if self.update_index == len(self.update_list):
return return
setattr(self, self.update_list[self.update_index][0], self.update_list[self.update_index][1]) setattr(self, self.update_list[self.update_index][0], self.update_list[self.update_index][1])
self.update_index += 1 self.update_index += 1