EditorPaths: Fix creating 'export_templates' folder.
This commit is contained in:
parent
1c820f19b1
commit
73c11ab31a
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue