summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-27 22:19:37 +0200
committerGitHub <noreply@github.com>2022-07-27 22:19:37 +0200
commit0dcf679bdc9bde359d8fd5e486eeefc56f754ec8 (patch)
tree14e162e4421d417cd78d5906d130c4b8a9d390ae /core
parent20fefe3ae9ad60daff20bccaca9f08d129787460 (diff)
parent130e715ab9a86c7363424e25df85e68ab52e85ec (diff)
Merge pull request #63548 from pattlebass/master-html5-vibrate
Diffstat (limited to 'core')
-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 b9daf6fa53..619e3eb06f 100644
--- a/core/os/os.cpp
+++ b/core/os/os.cpp
@@ -159,7 +159,7 @@ int OS::get_process_id() const {
}
void OS::vibrate_handheld(int p_duration_ms) {
- WARN_PRINT("vibrate_handheld() only works with Android and iOS");
+ WARN_PRINT("vibrate_handheld() only works with Android, iOS and HTML5");
}
bool OS::is_stdout_verbose() const {