]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.cxx
fix no-hole ladder (not that I think this mode will enjoy a long life)
[flightgear.git] / src / Instrumentation / turn_indicator.cxx
index f04c33369d080600975f2901f092710f3313d168..124186c1fec5537385a8d1559ead506238749f20 100644 (file)
@@ -94,7 +94,7 @@ void
 TurnIndicator::update (double dt)
 {
                                 // Get the spin from the gyro
-    double power = _electric_current_node->getDoubleValue() / 24.0;
+    double power = _electric_current_node->getDoubleValue() / 12.0;
     _gyro.set_power_norm(power);
     _gyro.update(dt);
     double spin = _gyro.get_spin_norm();