1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00
This commit is contained in:
MewMew 2019-11-14 23:29:47 +01:00
parent ca9ef3c2cc
commit 535c8802dd

View File

@ -334,7 +334,7 @@ end
local function process_chunk_queue()
for k, left_top in pairs(global.chunk_queue) do
process_chunk(left_top)
global.chunk_queue[k] = nil
table.remove(global.chunk_queue, k)
return
end
end