summaryrefslogtreecommitdiffstats
path: root/modules/openxr/editor/openxr_select_runtime.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-13 11:21:32 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-13 11:21:32 +0200
commit04456cf42d852eb5772af7c859550b7ac1ccc13b (patch)
tree39fbdf3c476b16cb16db3fa51673fa320b9d9700 /modules/openxr/editor/openxr_select_runtime.cpp
parent5a56d11ad14b7d5a5e446595f21a9b4c748942af (diff)
parentdd6443193cbf249c686105c20481283ec63a5f45 (diff)
downloadredot-engine-04456cf42d852eb5772af7c859550b7ac1ccc13b.tar.gz
Merge pull request #93427 from AThousandShips/editor_setting_doc
[Editor] Expose more editor settings to documentation
Diffstat (limited to 'modules/openxr/editor/openxr_select_runtime.cpp')
-rw-r--r--modules/openxr/editor/openxr_select_runtime.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/editor/openxr_select_runtime.cpp b/modules/openxr/editor/openxr_select_runtime.cpp
index 4d95b079e2..4a2a87cb88 100644
--- a/modules/openxr/editor/openxr_select_runtime.cpp
+++ b/modules/openxr/editor/openxr_select_runtime.cpp
@@ -119,6 +119,7 @@ OpenXRSelectRuntime::OpenXRSelectRuntime() {
default_runtimes["SteamVR"] = "~/.steam/steam/steamapps/common/SteamVR/steamxr_linux64.json";
#endif
+ // TODO: Move to editor_settings.cpp
EDITOR_DEF_RST("xr/openxr/runtime_paths", default_runtimes);
set_flat(true);