summaryrefslogtreecommitdiff
path: root/core/os
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-10-25 19:16:40 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-11-19 16:59:27 +0100
commit46fdba5f8b09e2c52247ab28047f578e32414f1a (patch)
treebbad8bc21370aa46c5ddc2bc584586ff4c6c9e27 /core/os
parent42f8bfaff0dc5a94ca351b1eaadc42cb95655b87 (diff)
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Note, the editor build requires the mbedtls module to be manually enabled, as it is currently needed as a ResourceUID dependency. This will need to be addressed in a separate PR.
Diffstat (limited to 'core/os')
-rw-r--r--core/os/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os.h b/core/os/os.h
index abfa7ac993..3042696cce 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -243,7 +243,7 @@ public:
void set_stdout_enabled(bool p_enabled);
void set_stderr_enabled(bool p_enabled);
- bool is_single_window() const;
+ virtual bool is_single_window() const;
virtual void disable_crash_handler() {}
virtual bool is_disable_crash_handler() const { return false; }