Skip to content

Commit

Permalink
fix soundPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
902seanryan committed Apr 21, 2021
1 parent 1fc4c55 commit dd150cf
Show file tree
Hide file tree
Showing 5 changed files with 16,290 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dist/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@
if (features.vo && this.voButton) this.voButton.style.display = 'inline-block';
if (features.music && this.musicButton) this.musicButton.style.display = 'inline-block';
if (features.sound && this.soundButton) this.soundButton.style.display = 'inline-block';
if (features.sfxButton && this.sfxButton) this.sfxButton.style.display = 'inline-block';
if (features.sfx && this.sfxButton) this.sfxButton.style.display = 'inline-block';
}.bind(this)
);
};
Expand Down
Loading

0 comments on commit dd150cf

Please sign in to comment.