From 46fdba5f8b09e2c52247ab28047f578e32414f1a Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 25 Oct 2021 19:16:40 +0200 Subject: [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. --- core/os/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/os/os.h') 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; } -- cgit v1.2.3