diff options
author | David Snopek <dsnopek@gmail.com> | 2024-09-11 14:31:54 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2024-09-11 14:31:54 -0500 |
commit | 30a63396e5c6cceaac29b1e3e90dd08775c6b9cc (patch) | |
tree | ff88bef8d20c2b9dfa17f21894de15cffaeec853 /main | |
parent | 4788f54d9767425bf5435b1cc940885d357795c5 (diff) | |
download | redot-engine-30a63396e5c6cceaac29b1e3e90dd08775c6b9cc.tar.gz |
Fix launching XR apps from the Android editor
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index af0d7b5804..9c9542325e 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2550,7 +2550,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph // XR project settings. GLOBAL_DEF_RST_BASIC("xr/openxr/enabled", false); - GLOBAL_DEF_RST_BASIC("xr/openxr/enabled.editor", false); GLOBAL_DEF_BASIC(PropertyInfo(Variant::STRING, "xr/openxr/default_action_map", PROPERTY_HINT_FILE, "*.tres"), "res://openxr_action_map.tres"); GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "xr/openxr/form_factor", PROPERTY_HINT_ENUM, "Head Mounted,Handheld"), "0"); GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "xr/openxr/view_configuration", PROPERTY_HINT_ENUM, "Mono,Stereo"), "1"); // "Mono,Stereo,Quad,Observer" |