diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-04 14:26:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 14:26:28 +0200 |
commit | 338b23d57224ecd04eaff4763a7ba493ffa6cb3d (patch) | |
tree | 6eed6f575b7f5b5c1ddd5788c8b5ea7261767e05 /modules/openxr/openxr_api.h | |
parent | f1592cb3da3f8149cea72026b4ce2c61a753c25c (diff) | |
parent | 9b7b9de0e5e8bfe49ad9e02474eb9ddd5d7dacd5 (diff) |
Merge pull request #59513 from BastiaanOlij/openxr_actionmap_editor
Diffstat (limited to 'modules/openxr/openxr_api.h')
-rw-r--r-- | modules/openxr/openxr_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/openxr_api.h b/modules/openxr/openxr_api.h index 1a1508e993..d641767a9b 100644 --- a/modules/openxr/openxr_api.h +++ b/modules/openxr/openxr_api.h @@ -222,7 +222,7 @@ protected: void parse_velocities(const XrSpaceVelocity &p_velocity, Vector3 &r_linear_velocity, Vector3 r_angular_velocity); public: - static bool openxr_is_enabled(); + static bool openxr_is_enabled(bool p_check_run_in_editor = true); static OpenXRAPI *get_singleton(); String get_error_string(XrResult result); |