Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/coppolaemilio/dialogic into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
coppolaemilio committed Jul 22, 2021
2 parents 3f36a37 + 0ff8c15 commit 57b0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Other/DialogicUtil.gd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static func add_folder(path:String, folder_name:String):
static func remove_folder(folder_path:String, delete_files:bool = true):
#print("[D] Removing 'Folder' "+folder_path)
for folder in get_folder_at_path(folder_path)['folders']:
remove_folder(folder_path+"/"+folder)
remove_folder(folder_path+"/"+folder, delete_files)

if delete_files:
for file in get_folder_at_path(folder_path)['files']:
Expand Down

0 comments on commit 57b0923

Please sign in to comment.