修正更换mesDisp机制后忘了给repMode参数
This commit is contained in:
@@ -893,7 +893,7 @@ function draw.norm(P,repMode)
|
|||||||
--Mode informations
|
--Mode informations
|
||||||
for i=1,#ENV.mesDisp do
|
for i=1,#ENV.mesDisp do
|
||||||
gc_setColor(.97,.97,.97)
|
gc_setColor(.97,.97,.97)
|
||||||
ENV.mesDisp[i](P)
|
ENV.mesDisp[i](P,repMode)
|
||||||
end
|
end
|
||||||
|
|
||||||
if P.frameRun<180 then _drawStartCounter(P.frameRun)end
|
if P.frameRun<180 then _drawStartCounter(P.frameRun)end
|
||||||
|
|||||||
Reference in New Issue
Block a user