diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-16 13:49:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 13:49:14 +0200 |
commit | 7b571ab8f7492182f4a1f55815fb1776260471e5 (patch) | |
tree | fb793afa986193f2e916c3966db47a7458efc9d5 /main | |
parent | 388988d3412e356efd7d103e9814885b7d39ef29 (diff) | |
parent | 88a8038387c4226e68d13e8dc7990941e4e0a2be (diff) |
Merge pull request #60986 from fire-forge/capitalism
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index a99e1c409d..7e80448d89 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1506,7 +1506,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph ProjectSettings::get_singleton()->set_custom_property_info("xr/openxr/default_action_map", PropertyInfo(Variant::STRING, "xr/openxr/default_action_map", PROPERTY_HINT_FILE, "*.tres")); GLOBAL_DEF_BASIC("xr/openxr/form_factor", "0"); - ProjectSettings::get_singleton()->set_custom_property_info("xr/openxr/form_factor", PropertyInfo(Variant::INT, "xr/openxr/form_factor", PROPERTY_HINT_ENUM, "Head mounted,Handheld")); + ProjectSettings::get_singleton()->set_custom_property_info("xr/openxr/form_factor", PropertyInfo(Variant::INT, "xr/openxr/form_factor", PROPERTY_HINT_ENUM, "Head Mounted,Handheld")); GLOBAL_DEF_BASIC("xr/openxr/view_configuration", "1"); ProjectSettings::get_singleton()->set_custom_property_info("xr/openxr/view_configuration", PropertyInfo(Variant::INT, "xr/openxr/view_configuration", PROPERTY_HINT_ENUM, "Mono,Stereo")); // "Mono,Stereo,Quad,Observer" |