From 92c3b8314d8c1cc72a23aab4c15d5c0d822619c8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 22 Aug 2021 00:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=9E=E6=94=BE=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E5=BC=BA=E5=88=B6=E6=98=BE=E7=A4=BAghost?= =?UTF-8?q?=E6=97=B6=E6=8A=A5=E9=94=99?= 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 466794c0..ad99f9b3 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -774,7 +774,7 @@ function draw.norm(P,repMode) gc_draw(P.RS.centerTex,centerX,-30*(P.ghoY+C.sc[1])+10) end elseif repMode then - drawGhost.gray(P.cur.bk,P.curX,P.ghoY,.15,nil,nil) + drawGhost.grayCell(P.cur.bk,P.curX,P.ghoY,.15,nil,nil) end local dy=ENV.smooth and P.ghoY~=P.curY and(P.dropDelay/ENV.drop-1)*30 or 0