We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c23aa commit 8aa74bcCopy full SHA for 8aa74bc
src/MicroEngineer/Utilities/TransferInfo.cs
@@ -56,7 +56,7 @@ private static bool CalculateParameters()
56
from.localPosition = Utility.ActiveVessel.Orbit.Position.localPosition;
57
from.currentOrbit = Utility.ActiveVessel.Orbit;
58
59
- // Inner lookp => ActiveVessel (from)
+ // Inner loop => ActiveVessel (from)
60
for (int j = 0; j < numberOfLoopTries; j++)
61
{
62
if (from.referenceBody == to.referenceBody)
0 commit comments