Skip to content

Commit b7da8e6

Browse files
committed
Fix a comment
1 parent 076a8d3 commit b7da8e6

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)