mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Fix HTML5 start-up, remove godotfs.js
This commit is contained in:
parent
f4373311e7
commit
4e0643a51c
5 changed files with 19 additions and 170 deletions
|
@ -778,7 +778,7 @@ AudioServerJavascript::AudioServerJavascript() {
|
|||
|
||||
_as_audioctx = new (window.AudioContext || window.webkitAudioContext)();
|
||||
|
||||
audio_server_mix_function = Module.cwrap('audio_server_mix_function', 'void', ['number']);
|
||||
audio_server_mix_function = cwrap('audio_server_mix_function', null, ['number']);
|
||||
);
|
||||
/* clang-format on */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue