Make the turn indicator a little less responsive, again.
This commit is contained in:
parent
ad6236cbe7
commit
abf660ecef
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
// Use a bigger number to be more responsive, or a smaller number
|
||||
// to be more sluggish.
|
||||
#define RESPONSIVENESS 1.0
|
||||
#define RESPONSIVENESS 0.5
|
||||
|
||||
|
||||
TurnIndicator::TurnIndicator () :
|
||||
|
|
Loading…
Reference in a new issue