diff options
Diffstat (limited to 'platform/web/os_web.h')
-rw-r--r-- | platform/web/os_web.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/os_web.h b/platform/web/os_web.h index a825938e96..55a5fcc6c6 100644 --- a/platform/web/os_web.h +++ b/platform/web/os_web.h @@ -98,7 +98,7 @@ public: // Implemented in web_main.cpp loop callback instead. void add_frame_delay(bool p_can_draw) override; - void vibrate_handheld(int p_duration_ms) override; + void vibrate_handheld(int p_duration_ms, float p_amplitude) override; String get_cache_path() const override; String get_config_path() const override; |