diff options
| author | volzhs | 2016-06-03 03:39:37 +0900 |
|---|---|---|
| committer | volzhs | 2016-06-03 03:39:37 +0900 |
| commit | 9073dc99634285edc3b4886467871c14100f8233 (patch) | |
| tree | dfb5f44ef5513ac40739c7109d641c3018d33df5 /drivers/unix/os_unix.cpp | |
| parent | 182ee80b7d0e187053150add897931363e5caab4 (diff) | |
| download | godot-9073dc99634285edc3b4886467871c14100f8233.tar.gz godot-9073dc99634285edc3b4886467871c14100f8233.tar.zst godot-9073dc99634285edc3b4886467871c14100f8233.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 4fa46b16c..8cb7c7b69 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -464,7 +464,7 @@ int OS_Unix::get_processor_count() const { String OS_Unix::get_data_dir() const { - String an = Globals::get_singleton()->get("application/name"); + String an = get_safe_application_name(); if (an!="") { |
