diff options
Diffstat (limited to 'editor/editor_paths.cpp')
-rw-r--r-- | editor/editor_paths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_paths.cpp b/editor/editor_paths.cpp index a5c2fe093c..977af3cfae 100644 --- a/editor/editor_paths.cpp +++ b/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"); } } |