mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Sound: Fixes an issue where loopFull would not return the soundinstance that it looped from
This commit is contained in:
parent
36c064511c
commit
067f3cca83
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ Phaser.Sound.prototype = {
|
|||
*/
|
||||
loopFull: function (volume) {
|
||||
|
||||
this.play(null, 0, volume, true);
|
||||
return this.play(null, 0, volume, true);
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue