Skip to content

Commit

Permalink
Merge remote-tracking branch 'vyznev/createorbit_degtorad_fix' into m…
Browse files Browse the repository at this point in the history
…erge_createorbit_degtorad_fix
  • Loading branch information
Dunbaratu committed Aug 10, 2020
2 parents 470b238 + b35b2e0 commit 2b6640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kOS/Function/Suffixed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public override void Execute(SharedObjects shared)
} else
{
double t = GetDouble(PopValueAssert(shared));
double mEp = GetDouble(PopValueAssert(shared));
double mEp = DegreesToRadians(GetDouble(PopValueAssert(shared)));
double argPe = GetDouble(PopValueAssert(shared));
double lan = GetDouble(PopValueAssert(shared));
double sma = GetDouble(PopValueAssert(shared));
Expand Down

0 comments on commit 2b6640e

Please sign in to comment.