From 159bcc4401928eb842679804464b16b1bc640f25 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 29 Mar 2003 14:19:12 +0000 Subject: [PATCH] Make the turn indicator more responsive. --- 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 1edb0bb4d..84bfdbdf8 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 0.5 +#define RESPONSIVENESS 1.0 TurnIndicator::TurnIndicator () : -- 2.39.5