Skip to content

Commit 4f9243c

Browse files
hansonrhansonr
authored andcommitted
audio fix removes resetAudio() from whenDone()
1 parent a4b0505 commit 4f9243c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/net.sf.j2s.java.core/src/javajs/util/JSAudioThread.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ protected boolean myLoop() {
205205
@Override
206206
protected void whenDone() {
207207
done = true;
208-
resetAudio();
208+
// BH 2019.04.25 check? Problem was premature clipping of sounds
209+
//resetAudio();
209210
}
210211

211212
@Override

0 commit comments

Comments
 (0)