mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-08 16:00:46 -07:00
Fixed #11717
This commit is contained in:
parent
6ad8d06015
commit
5a2a1658ce
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class SoundLoop{
|
|||
if(id != -1){
|
||||
Core.audio.stop(id);
|
||||
id = -1;
|
||||
volume = baseVolume = -1;
|
||||
volume = 0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue