Skip to content

Commit 1d7d488

Browse files
setting playback flags to correct values on pause call for BaseSound
1 parent c5436c7 commit 1d7d488

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ var BaseSound = new Class({
161161
return this;
162162
},
163163
pause: function () {
164+
this.isPlaying = false;
165+
this.isPaused = true;
164166
return this;
165167
},
166168
resume: function () {

0 commit comments

Comments
 (0)