Skip to content

Commit

Permalink
precision adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Micrologist committed Mar 4, 2023
1 parent 31aa916 commit 5fa89d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private void FillFlight(int _ = 0)
{
DrawSectionHeader("Flight", ref popoutFlt);

DrawEntry("Speed", $"{activeVessel.SurfaceVelocity.magnitude:N0}", "m/s");
DrawEntry("Speed", $"{activeVessel.SurfaceVelocity.magnitude:N1}", "m/s");
DrawEntry("Mach Number", $"{activeVessel.SimulationObject.Telemetry.MachNumber:N2}");
DrawEntry("Atm. Density", $"{activeVessel.SimulationObject.Telemetry.AtmosphericDensity:N3}", "g/L");
GetAeroStats();
Expand Down

0 comments on commit 5fa89d8

Please sign in to comment.