diff options
Diffstat (limited to 'src/input_common/motion_input.h')
| -rw-r--r-- | src/input_common/motion_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h index d1a7a9e13..445798a54 100644 --- a/src/input_common/motion_input.h +++ b/src/input_common/motion_input.h | |||
| @@ -61,7 +61,7 @@ private: | |||
| 61 | Common::Vec3f gyro_drift; | 61 | Common::Vec3f gyro_drift; |
| 62 | 62 | ||
| 63 | f32 gyro_threshold = 0.0f; | 63 | f32 gyro_threshold = 0.0f; |
| 64 | f32 reset_counter = 0.0f; | 64 | u32 reset_counter = 0; |
| 65 | bool reset_enabled = true; | 65 | bool reset_enabled = true; |
| 66 | }; | 66 | }; |
| 67 | 67 | ||