Skip to content

Commit

Permalink
Merge pull request godotengine#13 from JiepengTan/spx4.2.2
Browse files Browse the repository at this point in the history
Fixed the bug where the Promise could not resolve due to audio initialization failure
  • Loading branch information
JiepengTan authored Nov 14, 2024
2 parents 90a0644 + 3e1750d commit 48f5f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/web/js/libs/library_godot_audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ const GodotAudioWorklet = {
}).catch(function (err) {
// Aborted?
GodotRuntime.error(err);
resolve();
});
});
},
Expand Down

0 comments on commit 48f5f24

Please sign in to comment.