]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/attitude_indicator.cxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Instrumentation / attitude_indicator.cxx
index b4d8c79226e0d7dbf13cee50964f91474bbbece0..a6cdfba2628a0e66192f4c1e90c9afefcc12455c 100644 (file)
@@ -127,7 +127,7 @@ AttitudeIndicator::update (double dt)
     _pitch_int_node->setDoubleValue(pitch);
 
     // add in a gyro underspin "error" if gyro is spinning too slowly
-    const double spin_thresh = 0.4;
+    const double spin_thresh = 0.8;
     const double max_roll_error = 40.0;
     const double max_pitch_error = 12.0;
     double roll_error;