diff options
Diffstat (limited to 'core/input/input.h')
-rw-r--r-- | core/input/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |