mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #872 from ericrosenbaum/bugfix/remove-instrument-from-custom-state
Remove current instrument from sound state
This commit is contained in:
commit
b18ad4b6d2
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class Scratch3SoundBlocks {
|
|||
static get DEFAULT_SOUND_STATE () {
|
||||
return {
|
||||
volume: 100,
|
||||
currentInstrument: 0,
|
||||
effects: {
|
||||
pitch: 0,
|
||||
pan: 0
|
||||
|
|
Loading…
Reference in a new issue