Skip to content

Commit 4523b95

Browse files
Update game_manager/game_manager.py
1 parent 050f764 commit 4523b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game_manager/game_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ def paintEvent(self, event):
10401040
for i in range(4):
10411041
val = self.line_score_stat_len[i]
10421042
if val != 0:
1043-
self.current_action_message = ""
1044-
self.current_action_message = ""
1043+
self.current_action_message = ""
1044+
self.current_action_message = ""
10451045
text = str(i+1) + 'LINE !!'
10461046
linen = "line" + str(i+1)
10471047
text += '+' + str(GAME_MANEGER.getGameStatus()["debug_info"]["line_score"][linen])

0 commit comments

Comments
 (0)