You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Rename String plus_file to path_join
This commit is contained in:
@@ -520,7 +520,7 @@ String DirAccessPack::get_current_dir(bool p_include_drive) const {
|
||||
|
||||
while (pd->parent) {
|
||||
pd = pd->parent;
|
||||
p = pd->name.plus_file(p);
|
||||
p = pd->name.path_join(p);
|
||||
}
|
||||
|
||||
return "res://" + p;
|
||||
|
||||
Reference in New Issue
Block a user