Skip to content

Commit 86984a7

Browse files
committed
fixup
1 parent 74744f5 commit 86984a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/API/WebAudio/AudioTrack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AudioTrack {
2323
this.voices[soundHandleID] = audioSource;
2424
this.soundtrack.addSound(audioSource.sound);
2525
audioSource.sound.onEndedObservable.add(() => {
26-
DEBUG("Playback for sound " + audioSource.uniqueID + " has ended");
26+
DEBUG("Playback for audio source " + audioSource.uniqueID + " has ended");
2727
this.removeAudioSource(soundHandleID);
2828
});
2929
this.numVoices++;

0 commit comments

Comments
 (0)