Skip to content

Commit ab364f3

Browse files
authored
Merge pull request #643 from cesarBLG/fix-brake-button-animation
Brake controller buttons are not animated
2 parents 1321417 + cfbc4aa commit ab364f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/RunActivity/Viewer3D/RollingStock/MSTSLocomotiveViewer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,6 +2087,9 @@ public int GetDrawIndex()
20872087
case CABViewControlTypes.OVERSPEED:
20882088
case CABViewControlTypes.PENALTY_APP:
20892089
case CABViewControlTypes.EMERGENCY_BRAKE:
2090+
case CABViewControlTypes.ORTS_BAILOFF:
2091+
case CABViewControlTypes.ORTS_QUICKRELEASE:
2092+
case CABViewControlTypes.ORTS_OVERCHARGE:
20902093
case CABViewControlTypes.DOORS_DISPLAY:
20912094
case CABViewControlTypes.CYL_COCKS:
20922095
case CABViewControlTypes.ORTS_BLOWDOWN_VALVE:

0 commit comments

Comments
 (0)