From e6dd71d22792d2fd41966d2550bae9d9921415d7 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}` --- 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 4fdbd034b77..2cf7109a6de 100644 --- a/core/os/input.cpp +++ b/core/os/input.cpp @@ -142,11 +142,9 @@ void Input::get_argument_options(const StringName &p_function, int p_idx, List pinfo; ProjectSettings::get_singleton()->get_property_list(&pinfo);