Skip to content

Commit

Permalink
Tuning of counter rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Dec 20, 2022
1 parent 10f3222 commit ac5bef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flypad-backend/src/Pushback/Pushback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void Pushback::onUpdate(double deltaTime) {
movementCounterRotAccel -= 0.5;
}
else if (inertiaSpeed < 0) {
movementCounterRotAccel += 0.5;
movementCounterRotAccel += 1.0;
}
else {
movementCounterRotAccel = 0.0;
Expand Down

0 comments on commit ac5bef4

Please sign in to comment.