summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-10-02 13:16:31 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-10-02 13:16:31 +0200
commit5fe97c58449e610eb3b261d8b03662c90b9a351d (patch)
treeb378135be1ff0937e339cb95c01d9062fedd731d /core/os/os.cpp
parentbc118b36ac55d2d37b9fe6f08c8cfd42f3c69bc4 (diff)
parent0a10f09ce4321695940a626eef9c64b36f599193 (diff)
downloadredot-engine-5fe97c58449e610eb3b261d8b03662c90b9a351d.tar.gz
Merge pull request #82441 from akien-mga/web-clarify-get_unique_id
Web: Clarify that `OS.get_unique_id` is not supported
Diffstat (limited to 'core/os/os.cpp')
-rw-r--r--core/os/os.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp
index 38ea4a0fdd..991b179e1f 100644
--- a/core/os/os.cpp
+++ b/core/os/os.cpp
@@ -355,7 +355,7 @@ void OS::set_cmdline(const char *p_execpath, const List<String> &p_args, const L
}
String OS::get_unique_id() const {
- ERR_FAIL_V("");
+ return "";
}
int OS::get_processor_count() const {