This commit is contained in:
2014-06-15 12:13:04 -07:00
parent 731420d8fd
commit 1dd62989dc

View File

@@ -118,7 +118,7 @@ SoundSprite.prototype.update_new_values = function() {
if ( this.sound !== null ) if ( this.sound !== null )
this.sound.stop(); this.sound.stop();
this.sound = game.add.audio(this.sound_key, sound_volume, sound_loop); this.sound = game.add.audio(this.sound_key, this.sound_volume, this.sound_loop);
this.sound.play( this.sound.play(
this.sound_marker, this.sound_marker,
this.sound_position, this.sound_position,