mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update result.py
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user