1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #25150 from eska014/html5-warning

Fix HTML5 build warning
This commit is contained in:
Rémi Verschelde
2019-01-20 09:25:21 +01:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ class OS_JavaScript : public OS_Unix {
int last_click_button_index;
MainLoop *main_loop;
int video_driver_index;
AudioDriverJavaScript audio_driver_javascript;
bool idb_available;
@@ -85,8 +86,6 @@ class OS_JavaScript : public OS_Unix {
static void file_access_close_callback(const String &p_file, int p_flags);
int video_driver_index;
protected:
virtual int get_current_video_driver() const;