每个mesDisp开始都会重新设置画笔为白色

This commit is contained in:
MrZ626
2021-08-28 15:04:00 +08:00
parent 7f7f7e752e
commit 517d4cfc82

View File

@@ -891,8 +891,8 @@ function draw.norm(P,repMode)
;(P.type=='remote'and _drawFinesseCombo_remote or _drawFinesseCombo_norm)(P)
--Mode informations
gc_setColor(.97,.97,.97)
for i=1,#ENV.mesDisp do
gc_setColor(.97,.97,.97)
ENV.mesDisp[i](P)
end