mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
[HTML5] EditorRunNative works with GDNative.
This "breaks" our loading bar logic (libraries are not counted). Fixing it is non trivial and probably deserves investigating a different strategy.
This commit is contained in:
parent
4d1ebaad0f
commit
4ad95cc039
6 changed files with 65 additions and 19 deletions
|
|
@ -185,7 +185,7 @@ public:
|
|||
virtual int get_power_percent_left();
|
||||
|
||||
virtual bool is_userfs_persistent() const;
|
||||
|
||||
Error open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path);
|
||||
OS_JavaScript();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue