diff options
Diffstat (limited to '')
| -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: | |||
| 29 | void EnableReset(bool reset); | 29 | void EnableReset(bool reset); |
| 30 | void ResetRotations(); | 30 | void ResetRotations(); |
| 31 | 31 | ||
| 32 | void UpdateRotation(const u64 elapsed_time); | 32 | void UpdateRotation(u64 elapsed_time); |
| 33 | void UpdateOrientation(const u64 elapsed_time); | 33 | void UpdateOrientation(u64 elapsed_time); |
| 34 | 34 | ||
| 35 | std::array<Common::Vec3f, 3> GetOrientation() const; | 35 | std::array<Common::Vec3f, 3> GetOrientation() const; |
| 36 | Common::Vec3f GetAcceleration() const; | 36 | Common::Vec3f GetAcceleration() const; |