[HTML5] Fix some JS library signature.

(cherry picked from commit 9b7b0a28b9)
This commit is contained in:
Fabio Alessandrelli 2021-06-11 17:15:03 +02:00 committed by Rémi Verschelde
parent 2d1943b8d1
commit 0f5fbf5fbf
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 6 additions and 6 deletions

View file

@ -196,7 +196,7 @@ const GodotJSWrapper = {
}
},
godot_js_wrapper_create_cb__sig: 'vii',
godot_js_wrapper_create_cb__sig: 'iii',
godot_js_wrapper_create_cb: function (p_ref, p_func) {
const func = GodotRuntime.get_func(p_func);
let id = 0;