From 05068f8df583a5d19c08960312ac2e23d4f2fe79 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 28 Aug 2021 22:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9B=B4=E6=8D=A2mesDisp?= =?UTF-8?q?=E6=9C=BA=E5=88=B6=E5=90=8E=E5=BF=98=E4=BA=86=E7=BB=99repMode?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= 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 8c066a13..f1bd6846 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -893,7 +893,7 @@ function draw.norm(P,repMode) --Mode informations for i=1,#ENV.mesDisp do gc_setColor(.97,.97,.97) - ENV.mesDisp[i](P) + ENV.mesDisp[i](P,repMode) end if P.frameRun<180 then _drawStartCounter(P.frameRun)end