diff --git a/src/sound/Sound.js b/src/sound/Sound.js index 1fbc91d6f..64955a6c4 100644 --- a/src/sound/Sound.js +++ b/src/sound/Sound.js @@ -477,7 +477,7 @@ Phaser.Sound.prototype = { */ loopFull: function (volume) { - this.play(null, 0, volume, true); + return this.play(null, 0, volume, true); },