浏览代码

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

Rémi Verschelde 3 年之前
父节点
当前提交
8cb51a642e
共有 1 个文件被更改,包括 2 次插入2 次删除
  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");
 		}
 	}