cleanup
This commit is contained in:
parent
9b48112ee6
commit
bcba3d0945
|
@ -528,7 +528,6 @@ fn handle_wants_maxrotation(
|
||||||
let angular_slowdown: f64 =
|
let angular_slowdown: f64 =
|
||||||
(2.0 - engine.reaction_wheels.powf(0.05).clamp(1.001, 1.1)) as f64;
|
(2.0 - engine.reaction_wheels.powf(0.05).clamp(1.001, 1.1)) as f64;
|
||||||
v_ang.0 *= angular_slowdown;
|
v_ang.0 *= angular_slowdown;
|
||||||
//v_ang.0 *= angular_slowdown.clamp(0.97, 1.0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue