Loop
This commit is contained in:
@ -175,7 +175,7 @@ public class Engine {
|
||||
soundManager.setListener(soundListener);
|
||||
|
||||
SoundBuffer jumpSoundBuffer = new SoundBuffer("sound/jump.ogg");
|
||||
SoundSource soundSource = new SoundSource(true, false);
|
||||
SoundSource soundSource = new SoundSource(false, false);
|
||||
soundSource.setBuffer(jumpSoundBuffer.getBufferId());
|
||||
|
||||
soundManager.addSoundSource("jump", soundSource);
|
||||
|
Reference in New Issue
Block a user