diff --git a/core/src/mindustry/audio/SoundLoop.java b/core/src/mindustry/audio/SoundLoop.java index 5b1baff79c..07a9c84773 100644 --- a/core/src/mindustry/audio/SoundLoop.java +++ b/core/src/mindustry/audio/SoundLoop.java @@ -50,7 +50,7 @@ public class SoundLoop{ if(id != -1){ Core.audio.stop(id); id = -1; - volume = baseVolume = -1; + volume = 0f; } } }