mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 22:12:48 -05:00
Update variable name.
This commit is contained in:
parent
a3ecd2ddc2
commit
8d67c6a4c3
1 changed files with 2 additions and 2 deletions
|
@ -235,8 +235,8 @@ class AudioEngine {
|
||||||
return (new ADPCMSoundDecoder(this.audioContext)).decode(bufferCopy2)
|
return (new ADPCMSoundDecoder(this.audioContext)).decode(bufferCopy2)
|
||||||
.then(
|
.then(
|
||||||
addDecodedAudio,
|
addDecodedAudio,
|
||||||
sndError => {
|
error => {
|
||||||
log.warn('audio data could not be decoded', sndError);
|
log.warn('audio data could not be decoded', error);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue