Skip to content

Commit dd150cf

Browse files
committed
fix soundPlugin
1 parent 1fc4c55 commit dd150cf

File tree

5 files changed

+16290
-18
lines changed

5 files changed

+16290
-18
lines changed

dist/container.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@
30283028
if (features.vo && this.voButton) this.voButton.style.display = 'inline-block';
30293029
if (features.music && this.musicButton) this.musicButton.style.display = 'inline-block';
30303030
if (features.sound && this.soundButton) this.soundButton.style.display = 'inline-block';
3031-
if (features.sfxButton && this.sfxButton) this.sfxButton.style.display = 'inline-block';
3031+
if (features.sfx && this.sfxButton) this.sfxButton.style.display = 'inline-block';
30323032
}.bind(this)
30333033
);
30343034
};

0 commit comments

Comments
 (0)