You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
User more correct plus file on get_current_dir.
This commit is contained in:
@@ -455,7 +455,7 @@ String DirAccessPack::get_current_dir() {
|
||||
|
||||
while (pd->parent) {
|
||||
pd = pd->parent;
|
||||
p = pd->name + "/" + p;
|
||||
p = pd->name.plus_file(p);
|
||||
}
|
||||
|
||||
return "res://" + p;
|
||||
|
||||
Reference in New Issue
Block a user