From abf660ecef43ef272eaa0ffd8c4425d30e52484e Mon Sep 17 00:00:00 2001 From: david Date: Fri, 4 Apr 2003 03:25:27 +0000 Subject: [PATCH] Make the turn indicator a little less responsive, again. --- src/Instrumentation/turn_indicator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/turn_indicator.cxx b/src/Instrumentation/turn_indicator.cxx index 84bfdbdf8..1edb0bb4d 100644 --- a/src/Instrumentation/turn_indicator.cxx +++ b/src/Instrumentation/turn_indicator.cxx @@ -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 () : -- 2.39.5