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

This commit is contained in:
srfqi 2018-11-09 07:24:36 +07:00 committed by Nils Dagsson Moskopp
parent 884c00862a
commit 27a428dc8a
Signed by: erle
GPG Key ID: A3BC671C35191080
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
# }
]]