From d9e9eb8d048bbec5941fa684a5e56d5edc5954d0 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Tue, 22 Dec 2020 09:50:29 +0000 Subject: Rename MainLoop methods to match Node methods --- core/input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/input/input.h') diff --git a/core/input/input.h b/core/input/input.h index 1b2df49ac0..39dc0bceff 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -114,7 +114,7 @@ private: struct Action { uint64_t physics_frame; - uint64_t idle_frame; + uint64_t process_frame; bool pressed; float strength; float raw_strength; -- cgit v1.2.3