Skip to content

Commit

Permalink
Merge pull request #63887 from qarmin/more_renames
Browse files Browse the repository at this point in the history
Various converter enhancements and bugfixes
  • Loading branch information
akien-mga authored Aug 5, 2022
2 parents 99aa979 + 3d3fce0 commit 10f9f20
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 1,054 deletions.
2 changes: 2 additions & 0 deletions core/io/dir_access.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ class DirAccess : public RefCounted {
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);
}
}

Expand Down
Loading

0 comments on commit 10f9f20

Please sign in to comment.