Skip to content

Commit cfbc4aa

Browse files
committed
Fix missing line to select correct texture
1 parent 76abf4e commit cfbc4aa

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
@@ -2086,6 +2086,9 @@ public int GetDrawIndex()
20862086
case CABViewControlTypes.OVERSPEED:
20872087
case CABViewControlTypes.PENALTY_APP:
20882088
case CABViewControlTypes.EMERGENCY_BRAKE:
2089+
case CABViewControlTypes.ORTS_BAILOFF:
2090+
case CABViewControlTypes.ORTS_QUICKRELEASE:
2091+
case CABViewControlTypes.ORTS_OVERCHARGE:
20892092
case CABViewControlTypes.DOORS_DISPLAY:
20902093
case CABViewControlTypes.CYL_COCKS:
20912094
case CABViewControlTypes.ORTS_BLOWDOWN_VALVE:

0 commit comments

Comments
 (0)