Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)