Skip to content

Commit

Permalink
Remove redundant line from PcmSoundSourceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangman committed Apr 25, 2024
1 parent 51dac4d commit 262b958
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public void create() {
this.audio = Audio.init(config);
this.stream = new WavInputStream(Gdx.files.internal("numbers.wav"));
this.pcmSource = new PcmSoundSource(this.stream.getSampleRate(), PcmFormat.MONO_16_BIT);
this.pcmSource.setLooping(false);
}


Expand Down

0 comments on commit 262b958

Please sign in to comment.