Skip to content

Commit 3872b7e

Browse files
committed
Removed dT from Orbit.Perturb call
1 parent 4d72635 commit 3872b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SolarSailPart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public override void OnFixedUpdate() {
122122
}
123123
// Timewarp
124124
else {
125-
vessel.orbit.Perturb(solarAccel * dT, UT, dT);
125+
vessel.orbit.Perturb(solarAccel * dT, UT);
126126
}
127127

128128
// Update displayed force & acceleration

0 commit comments

Comments
 (0)