diff options
author | german <german@thesoftwareartisans.com> | 2020-10-04 18:15:53 -0500 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2020-10-04 18:15:53 -0500 |
commit | a54aee290ff8f94d1fefc70121512dbc46f6c190 (patch) | |
tree | 0665dffce32f00c2267f5f55a5353c9da648192f /src/input_common/motion_input.h | |
parent | a220d8799ed332c1d8f2231b18079b1210511bcd (diff) |
Address comments
Diffstat (limited to 'src/input_common/motion_input.h')
-rw-r--r-- | src/input_common/motion_input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h index f6c1fece7..c90ee64e5 100644 --- a/src/input_common/motion_input.h +++ b/src/input_common/motion_input.h @@ -29,8 +29,8 @@ public: void EnableReset(bool reset); void ResetRotations(); - void UpdateRotation(const u64 elapsed_time); - void UpdateOrientation(const u64 elapsed_time); + void UpdateRotation(u64 elapsed_time); + void UpdateOrientation(u64 elapsed_time); std::array<Common::Vec3f, 3> GetOrientation() const; Common::Vec3f GetAcceleration() const; |