修复序列和任务超长导致渲染开销太大卡死 close #137

This commit is contained in:
MrZ626
2021-07-24 16:42:31 +08:00
parent ea70c2ef9e
commit 2163d09c08
3 changed files with 14 additions and 16 deletions

View File

@@ -157,6 +157,7 @@ function scene.draw()
end
if x>1060 then
x,y=120,y+50
if y>1260 then break end
end
if i<=j then
local B=miniBlock[L[i]]