Merge pull request #63887 from qarmin/more_renames
Various converter enhancements and bugfixes
This commit is contained in:
commit
10f9f20849
3 changed files with 716 additions and 1133 deletions
|
|
@ -108,6 +108,8 @@ public:
|
|||
if (da->remove(p_path) != OK) {
|
||||
ERR_FAIL_MSG("Cannot remove file or directory: " + p_path);
|
||||
}
|
||||
} else {
|
||||
ERR_FAIL_MSG("Cannot remove non-existent file or directory: " + p_path);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue