Browse Source

Merge pull request #63586 from akien-mga/editor-paths-create-export_templates

Rémi Verschelde 3 years ago
parent
commit
8cb51a642e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      editor/editor_paths.cpp

+ 2 - 2
editor/editor_paths.cpp

@@ -153,8 +153,8 @@ EditorPaths::EditorPaths() {
 			}
 		}
 
-		if (!dir->dir_exists("templates")) {
-			dir->make_dir("templates");
+		if (!dir->dir_exists("export_templates")) {
+			dir->make_dir("export_templates");
 		}
 	}