mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename String::is_rel_path to String::is_relative_path
This commit is contained in:
parent
838a449d64
commit
d11c1afc04
23 changed files with 52 additions and 52 deletions
|
@ -161,7 +161,7 @@ bool DirAccessJAndroid::dir_exists(String p_dir) {
|
|||
if (current_dir == "")
|
||||
sd = p_dir;
|
||||
else {
|
||||
if (p_dir.is_rel_path())
|
||||
if (p_dir.is_relative_path())
|
||||
sd = current_dir.plus_file(p_dir);
|
||||
else
|
||||
sd = fix_path(p_dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue