]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.cxx
Make the turn indicator more responsive.
[flightgear.git] / src / Instrumentation / turn_indicator.cxx
index 6cdaef9dc18cf15326df7a1a9399d5a7c3a92f73..84bfdbdf81661fcb0434bb3cd44a3c79fee7d7e0 100644 (file)
@@ -9,11 +9,12 @@
 
 
 // Use a bigger number to be more responsive, or a smaller number
-// to be more sluggish (the base time is 1.0).
-#define RESPONSIVENESS 0.25
+// to be more sluggish.
+#define RESPONSIVENESS 1.0
 
 
-TurnIndicator::TurnIndicator ()
+TurnIndicator::TurnIndicator () :
+    _last_rate(0)
 {
 }