diff options
| author | Rémi Verschelde | 2017-11-17 15:25:22 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-17 20:55:09 +0100 |
| commit | 73049d115e190b8c356f0689a9079c3c73cc5765 (patch) | |
| tree | 921a1935f6d841988071b930fbfea498bf872a3e /drivers/unix/os_unix.cpp | |
| parent | ebbe2bd57235fcbd2edb82c05bb9d7d768b3e7ca (diff) | |
| download | godot-73049d115e190b8c356f0689a9079c3c73cc5765.tar.gz godot-73049d115e190b8c356f0689a9079c3c73cc5765.tar.zst godot-73049d115e190b8c356f0689a9079c3c73cc5765.zip | |
Diffstat (limited to 'drivers/unix/os_unix.cpp')
| -rw-r--r-- | drivers/unix/os_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp index 729abd57e..e67de16ae 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -454,7 +454,7 @@ int OS_Unix::get_processor_count() const { return sysconf(_SC_NPROCESSORS_CONF); } -String OS_Unix::get_data_dir() const { +String OS_Unix::get_user_data_dir() const { String an = get_safe_application_name(); if (an != "") { |
