You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename String plus_file to path_join
This commit is contained in:
@@ -205,7 +205,7 @@ String relative_to_impl(const String &p_path, const String &p_relative_to) {
|
||||
return p_path;
|
||||
}
|
||||
|
||||
return String("..").plus_file(relative_to_impl(p_path, base_dir));
|
||||
return String("..").path_join(relative_to_impl(p_path, base_dir));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user