Merge pull request #31 from chrsm/chrsm/fix-generate_2d

functional: fix generate_2d return value
This commit is contained in:
Max Cahill 2021-08-15 17:01:36 +10:00 committed by GitHub
commit c70b463af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ function functional.generate_2d(width, height, f)
end
end
end
return r
return result
end
-----------------------------------------------------------