We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdaa6a commit c526456Copy full SHA for c526456
1 file changed
LuaMenu/widgets/snd_music_lite.lua
@@ -54,6 +54,7 @@ local function StartTrack(trackName, volume)
54
end
55
Spring.StopSoundStream()
56
Spring.PlaySoundStream(trackName, volume)
57
+ Spring.SetSoundStreamVolume(volume)
58
playingTrack = true
59
60
0 commit comments