File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2025,7 +2025,7 @@ public void DynamicBrakeBlending(float elapsedClockSeconds)
20252025 {
20262026 // Local blending
20272027 if ( Math . Abs ( SpeedMpS ) > DynamicBrakeSpeed1MpS && airPipeSystem != null && airPipeSystem . AutoCylPressurePSI > 0.1f
2028- && ThrottlePercent == 0 && ! ( DynamicBrakeController != null && DynamicBrakeBlendingOverride && DynamicBrakeController . CurrentValue > 0 ) )
2028+ && ThrottlePercent == 0 && ! ( DynamicBrakeController != null && DynamicBrakeBlendingOverride && DynamicBrakeController . SavedValue > 0 ) )
20292029 {
20302030 float maxCylPressurePSI = airPipeSystem . GetMaxCylPressurePSI ( ) ;
20312031 float target = airPipeSystem . AutoCylPressurePSI * airPipeSystem . RelayValveRatio / maxCylPressurePSI ;
You can’t perform that action at this time.
0 commit comments