Skip to content

Commit

Permalink
Update to #868
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jun 5, 2014
1 parent 9aa10f7 commit 7d436a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sound/Sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ Phaser.Sound.prototype = {

if (this.isPlaying && this._sound)
{
this.isPlaying = false;
this.paused = true;
this.pausedPosition = this.currentTime;
this.pausedTime = this.game.time.now;
Expand Down

0 comments on commit 7d436a7

Please sign in to comment.