From f97767aff40edb49d5ced525ca871e6d5119c7d2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 1 Sep 2021 04:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=B7=A6=E4=B8=8B=E8=A7=92?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA=E6=94=B9=E7=94=A8=E6=97=B6?= =?UTF-8?q?=E5=88=86=E7=A7=92=E6=A0=BC=E5=BC=8F=20=20close=20#271?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/draw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/draw.lua b/parts/player/draw.lua index 1dae97de..3139db69 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -878,7 +878,7 @@ function draw.norm(P,repMode) --Score & Time setFont(25) - local tm=int(P.stat.time*100)*.01 + local tm=STRING.time(P.stat.time) gc_setColor(0,0,0,.3) gc_print(P.score1,18,509) gc_print(tm,18,539)