mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Removing illegal read-only sampleRate set
This commit is contained in:
parent
640828085b
commit
667e1d4e62
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ export default class ScratchAudio {
|
|||
}
|
||||
};
|
||||
}
|
||||
context.sampleRate = 44100;
|
||||
uiSounds = {};
|
||||
for (var i = 0; i < defaultSounds.length; i++) {
|
||||
ScratchAudio.addSound(prefix + 'sounds/', defaultSounds[i], uiSounds);
|
||||
|
|
Loading…
Reference in a new issue