mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 05:53:43 -05:00
No need to set isPlaying here
This commit is contained in:
parent
aa77d8d376
commit
741817ad62
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ class SoundPlayer extends EventEmitter {
|
|||
if (this.isStarting) {
|
||||
this.emit('stop');
|
||||
this.emit('play');
|
||||
this.isPlaying = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue