Sound cleanup
This commit is contained in:
@@ -130,11 +130,7 @@ public class SoundControl{
|
||||
Core.audio.soundBus.play();
|
||||
setupFilters();
|
||||
}else{
|
||||
for(Sound sound : Core.assets.getAll(Sound.class, new Seq<>())){
|
||||
if(sound.bus == Core.audio.soundBus){
|
||||
sound.stop();
|
||||
}
|
||||
}
|
||||
Core.audio.soundBus.replay();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=0f1967eae73429ade796500d5ec352c6a4d1d19d
|
||||
archash=224199824e400942bc2da35fd6445720f135720d
|
||||
|
||||
Reference in New Issue
Block a user