From 293c3844b3424b4a64d6245f99145266101a146f Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Mon, 15 Aug 2022 23:44:11 +0800 Subject: [PATCH] Fix action name completion for `Input.get_{axis,vector}` (cherry picked from commit e6dd71d22792d2fd41966d2550bae9d9921415d7) --- core/os/input.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/os/input.cpp b/core/os/input.cpp index ccc576f8797..28ce4e28208 100644 --- a/core/os/input.cpp +++ b/core/os/input.cpp @@ -141,11 +141,9 @@ void Input::get_argument_options(const StringName &p_function, int p_idx, List pinfo; ProjectSettings::get_singleton()->get_property_list(&pinfo);