We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe6f5a commit 473e9a1Copy full SHA for 473e9a1
1 file changed
src/sound/AudioSprite.js
@@ -67,7 +67,7 @@ Phaser.AudioSprite = function (game, key) {
67
sound.addMarker(k, marker.start, (marker.end - marker.start), null, false);
68
}
69
70
- this.sounds[k] = s;
+ this.sounds[k] = sound;
71
72
73
if (this.config.autoplay)
0 commit comments