diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-03-15 14:07:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 14:07:05 +0100 |
commit | c981a305a559cca7553888b7d37a6ee98dedde2d (patch) | |
tree | 0c42e5dcc661fa19c282e64bcdae6783bf4f7d10 /main | |
parent | c0a48a343fb687a7511a639cad18f651afbedf67 (diff) | |
parent | cb8e91924399948888d80d20c6112df473897183 (diff) | |
download | redot-engine-c981a305a559cca7553888b7d37a6ee98dedde2d.tar.gz |
Merge pull request #73144 from chutchinson/bug/openxr-init-alert-dialog
Replaced OpenXR operating system alert dialog with a warning log message
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index f4d2dbef52..545092555a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1859,6 +1859,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "xr/openxr/reference_space", PROPERTY_HINT_ENUM, "Local,Stage"), "1"); GLOBAL_DEF_BASIC("xr/openxr/submit_depth_buffer", false); + GLOBAL_DEF_BASIC("xr/openxr/startup_alert", true); #ifdef TOOLS_ENABLED // Disabled for now, using XR inside of the editor we'll be working on during the coming months. |