Skip to content

Commit

Permalink
Fixed getOutputSoFar(true). It's good to test stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFreezed committed Aug 1, 2021
1 parent 1e8d9a6 commit 540e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ end

function copyArray(t)
local copy = {}
for i, v in ipairs(table_name) do
for i, v in ipairs(t) do
copy[i] = v
end
return copy
Expand Down

0 comments on commit 540e946

Please sign in to comment.