Skip to content

Commit a147ca4

Browse files
committed
Merge pull request #943 from krotton/master
A typo in tileset.py. It's tiny, but nevertheless, it's a bug.
2 parents 124def3 + 221be8e commit a147ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviewer_core/tileset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def __init__(self, worldobj, regionsetobj, assetmanagerobj, texturesobj, options
344344
"explicitly not to do a --fullrender (which is the default for "
345345
"this situation). I'm overriding your decision and setting "
346346
"--fullrender for just this run")
347-
self.options['rednerchecks'] = 2
347+
self.options['renderchecks'] = 2
348348
os.mkdir(self.outputdir)
349349

350350
# Set the image format according to the options

0 commit comments

Comments
 (0)