Skip to content

Commit 43fc1ba

Browse files
author
Nathan Bolton
committed
Merge: fix sound not playing under certain operations (smartphone) rpgtkoolmv#209
rpgtkoolmv#209
1 parent 2dee5c3 commit 43fc1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_core/WebAudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ WebAudio._onHide = function() {
211211
*/
212212
WebAudio._onShow = function() {
213213
if (this._shouldMuteOnHide()) {
214-
this._fadeIn(0.5);
214+
this._fadeIn(1);
215215
}
216216
};
217217

0 commit comments

Comments
 (0)