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.
2 parents fc8a1df + c526456 commit f685080Copy full SHA for f685080
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