quick fix
This commit is contained in:
parent
857902ab95
commit
0546223bba
@ -132,9 +132,10 @@ public class Audio {
|
||||
}
|
||||
Clip clip = null;
|
||||
try {
|
||||
AudioInputStream audioStream = getPendingAudio()[headIndex].stream;
|
||||
headIndex++;
|
||||
clip = AudioSystem.getClip();
|
||||
clip.open(getPendingAudio()[headIndex].stream);
|
||||
clip.open(audioStream);
|
||||
clip.start();
|
||||
} catch (LineUnavailableException e) {
|
||||
System.err.println("Error occoured while loading the audio: The line is unavailable");
|
||||
|
Loading…
x
Reference in New Issue
Block a user