Skip to content

Commit

Permalink
Merge remote-tracking branch 'hvacengi/fix_small_steering_magnitudes'…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
Dunbaratu committed Mar 5, 2016
2 parents df86376 + b48d646 commit d5aabdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kOS/Binding/SteeringManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public bool Enabled

public const double RadToDeg = 180d / Math.PI;

private const double EPSILON = 0.00001;
private const double EPSILON = 1e-16;

private double sessionTime = double.MaxValue;
private double lastSessionTime = double.MaxValue;
Expand Down

0 comments on commit d5aabdc

Please sign in to comment.