ci: fix new codespell errors
This commit is contained in:
parent
ff57c66773
commit
0448eb6f0f
11 changed files with 11 additions and 11 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
* @param player_index the player number that will take this action
|
||||
* @param delta_timestamp time passed since last reading
|
||||
* @param gyro_x,gyro_y,gyro_z the gyro sensor readings
|
||||
* @param accel_x,accel_y,accel_z the acelerometer reading
|
||||
* @param accel_x,accel_y,accel_z the accelerometer reading
|
||||
*/
|
||||
void SetMotionState(std::size_t player_index, u64 delta_timestamp, float gyro_x, float gyro_y,
|
||||
float gyro_z, float accel_x, float accel_y, float accel_z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue