You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
[HTML5] Fix some JS library signature.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user