You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
[HTML5] Fix JS build without eval.
Also fix download_buffer return type.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
// JavaScript functions defined in library_godot_editor_tools.js
|
||||
extern "C" {
|
||||
extern int godot_js_os_download_buffer(const uint8_t *p_buf, int p_buf_size, const char *p_name, const char *p_mime);
|
||||
extern void godot_js_os_download_buffer(const uint8_t *p_buf, int p_buf_size, const char *p_name, const char *p_mime);
|
||||
}
|
||||
|
||||
static void _javascript_editor_init_callback() {
|
||||
|
||||
Reference in New Issue
Block a user