Skip to content

Commit

Permalink
Revert "Take the thrust limiter into account"
Browse files Browse the repository at this point in the history
pleroy authored Apr 28, 2019
1 parent 81a4264 commit 308d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_adapter/burn_editor.cs
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ where module is ModuleEngines &&
Vector3d reference_direction = vessel_.ReferenceTransform.up;
double[] thrusts =
(from engine in active_engines
select engine.MaxThrustOutputVac(useThrustLimiter: true) *
select engine.maxThrust *
(from transform in engine.thrustTransforms
select Math.Max(0,
Vector3d.Dot(reference_direction,

0 comments on commit 308d62e

Please sign in to comment.