1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
This commit is contained in:
Matthew Heguy 2019-02-20 16:58:59 -05:00
parent 3af411faa5
commit 16771be37b

View File

@ -40,7 +40,7 @@ if #config.terrain_modules > 0 then
end end
Debug.print(shape) Debug.print(shape)
Debug.print(shape_type) Debug.print(shape_type)
--- If shape it a function, initialize the generator --- If shape is a function, initialize the generator
if shape_type == 'function' then if shape_type == 'function' then
local surfaces = { local surfaces = {
[RS.get_surface_name()] = shape [RS.get_surface_name()] = shape