Conf.example generation: Remove quotation marks from noise flags (#7844)

master
Muhammad Rifqi Priyo Susanto 2018-11-09 07:24:36 +07:00 committed by Paramat
parent 9a151e0ae8
commit 57a2f3e4c4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ local group_format_template = [[
# octaves = %s,
# persistence = %s,
# lacunarity = %s,
# flags = "%s"
# flags = %s
# }
]]