From 5e7db2a5b47a66337517b01e5d43ac87a0ac70b3 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Mon, 26 Sep 2016 22:16:27 +0200 Subject: [PATCH] Code completion for is_action_just_{pressed, released} fixes #6621 --- core/os/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/input.cpp b/core/os/input.cpp index 88c17740b13..4ab57a84eab 100644 --- a/core/os/input.cpp +++ b/core/os/input.cpp @@ -94,7 +94,7 @@ void Input::get_argument_options(const StringName& p_function,int p_idx,List pinfo; Globals::get_singleton()->get_property_list(&pinfo);