Added suppres_format_warning=True

This commit is contained in:
indev 2020-04-09 10:22:43 +03:00
parent 23436c73ce
commit 56d38ee90b

View File

@ -821,7 +821,8 @@ class CoopScoreScreen(ba.Activity):
tdelay2 = times[i][1]
Text(str(display_scores[i][0]) if self._score_type == 'points'
else ba.timestring(display_scores[i][0] * 10,
timeformat=ba.TimeFormat.MILLISECONDS),
timeformat=ba.TimeFormat.MILLISECONDS,
suppress_format_warning=True),
position=(ts_h_offs + 20 + h_offs_extra,
v_offs_extra + ts_height / 2 + -ts_height *
(i + 1) / 10 + v_offs + 11.0),