Skip to content

Commit 121dabb

Browse files
committed
Automatic merge of T1.6-rc2-41-gacd714487 and 8 pull requests
- Pull request #1072 at b7da8e6: Content Creation Shortcuts & Advanced Wagon Shape Interactions - Pull request #1086 at e10390b: Add Settings Exporter tool (copy settings to INI, etc) - Pull request #1091 at b81c6fc: Automatic speed control - Pull request #1107 at f5eb3dc: Fix DPMode when last remote is moved to front. - Pull request #1108 at cd5c185: Fix Horn, Bell, and MU light conditions on AI trains - Pull request #1109 at 0190043: Fix Erroneous Detection of Departure Before Passenger Boarding Completed - Pull request #1082 at 5845a1a: Allow variable water level in glass gauge - Pull request #1081 at 689494b: Brake cuts power unification
10 parents fb28a11 + acd7144 + b7da8e6 + e10390b + b81c6fc + f5eb3dc + cd5c185 + 0190043 + 5845a1a + 689494b commit 121dabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RunActivity/Viewer3D/Sound.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ public void Initialize(Viewer viewer, WorldLocation worldLocation, Events.Source
743743

744744
foreach (SMSStream mstsStream in mstsScalabiltyGroup.Streams)
745745
{
746-
// Initialization step for light shape attachment, can't do this step in LightCollection
746+
// Initialization step for sound stream shape attachment
747747
if (CarViewer != null && Car != null)
748748
{
749749
if (mstsStream.ShapeIndex != -1)

0 commit comments

Comments
 (0)