diff options
| author | Rémi Verschelde | 2017-11-20 00:42:51 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-20 00:42:51 +0100 |
| commit | ecf80fbbbadaa782cbe81a6562916331c6762970 (patch) | |
| tree | 7a949f6a95f36303a2f2d193aeabd6486e13f4a1 /core/os/file_access.cpp | |
| parent | bc26a5bd3a51b11bab63112275e7045c63a0ffc4 (diff) | |
| parent | 6e3f2f44af808e9f4255c2462e16beee844c0df7 (diff) | |
| download | godot-ecf80fbbbadaa782cbe81a6562916331c6762970.tar.gz godot-ecf80fbbbadaa782cbe81a6562916331c6762970.tar.zst godot-ecf80fbbbadaa782cbe81a6562916331c6762970.zip | |
Diffstat (limited to 'core/os/file_access.cpp')
| -rw-r--r-- | core/os/file_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/file_access.cpp b/core/os/file_access.cpp index fcb3b58fe..5fdd2b913 100644 --- a/core/os/file_access.cpp +++ b/core/os/file_access.cpp @@ -152,7 +152,7 @@ String FileAccess::fix_path(const String &p_path) const { if (r_path.begins_with("user://")) { - String data_dir = OS::get_singleton()->get_data_dir(); + String data_dir = OS::get_singleton()->get_user_data_dir(); if (data_dir != "") { return r_path.replace("user:/", data_dir); |
