Fixed #11717
This commit is contained in:
@@ -50,7 +50,7 @@ public class SoundLoop{
|
||||
if(id != -1){
|
||||
Core.audio.stop(id);
|
||||
id = -1;
|
||||
volume = baseVolume = -1;
|
||||
volume = 0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user