Mobile fixes

This commit is contained in:
Anuken
2019-10-29 22:24:35 -04:00
parent 7316f74917
commit 77dbeed890
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ public class LoopControl{
}
}else{
if(data.curVolume <= 0.01f){
sound.stop(data.soundID);
sound.stop();
data.soundID = -1;
return;
}