X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fturn_indicator.cxx;h=124186c1fec5537385a8d1559ead506238749f20;hb=3f1af3334fe5368d9286d5971576c63093f56992;hp=f04c33369d080600975f2901f092710f3313d168;hpb=e7ef4f4772fab30b67e1569553453bebbd0440ff;p=flightgear.git diff --git a/src/Instrumentation/turn_indicator.cxx b/src/Instrumentation/turn_indicator.cxx index f04c33369..124186c1f 100644 --- a/src/Instrumentation/turn_indicator.cxx +++ b/src/Instrumentation/turn_indicator.cxx @@ -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();