Fix trock entrances when intensity < 3
Fix outputpath setting in settings.json
This commit is contained in:
@@ -268,7 +268,7 @@ def create_guiargs(parent):
|
||||
guiargs.randomSprite = parent.randomSprite.get()
|
||||
|
||||
# Get output path
|
||||
guiargs.outputpath = parent.outputPath.get()
|
||||
guiargs.outputpath = parent.settings["outputpath"]
|
||||
|
||||
guiargs = update_deprecated_args(guiargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user