This commit is contained in:
Anuken
2026-02-27 22:48:02 -05:00
parent 6ad8d06015
commit 5a2a1658ce

View File

@@ -50,7 +50,7 @@ public class SoundLoop{
if(id != -1){ if(id != -1){
Core.audio.stop(id); Core.audio.stop(id);
id = -1; id = -1;
volume = baseVolume = -1; volume = 0f;
} }
} }
} }