Skip to content

Commit

Permalink
Replace old comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias <webmaster@pottgames.de>
  • Loading branch information
Hangman committed May 21, 2024
1 parent 2f1989c commit c6ee09e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public void create() {
this.renderer = new ShapeRenderer();
this.audio = Audio.init();

// Some files to test this with
// Load a ReadableSoundBuffer instead of just a default SoundBuffer.
// That will allow us to read the audio data later on.
this.sound = SoundLoader.loadReadable(Gdx.files.internal(WaveFormTest.TEST_FILES[8]));

// Extract the data we need to create the waveform
Expand Down

0 comments on commit c6ee09e

Please sign in to comment.