diff options
author | Bastiaan Olij <mux213@gmail.com> | 2022-11-12 01:59:22 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2022-11-25 20:26:30 +1100 |
commit | 96bbdf72490971d886f6ce57476f11bb14523f15 (patch) | |
tree | 61519b914686c23f0d996bb10c2af00cb8e3c30a /modules/openxr/extensions/openxr_palm_pose_extension.h | |
parent | 7580565c28e7e10db7f551287e1f91cfd614b195 (diff) | |
download | redot-engine-96bbdf72490971d886f6ce57476f11bb14523f15.tar.gz |
Various fixes for OpenXR action map meta data and editing
Diffstat (limited to 'modules/openxr/extensions/openxr_palm_pose_extension.h')
-rw-r--r-- | modules/openxr/extensions/openxr_palm_pose_extension.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/openxr/extensions/openxr_palm_pose_extension.h b/modules/openxr/extensions/openxr_palm_pose_extension.h index a7ef83c5d5..a63c57eb51 100644 --- a/modules/openxr/extensions/openxr_palm_pose_extension.h +++ b/modules/openxr/extensions/openxr_palm_pose_extension.h @@ -42,8 +42,6 @@ public: bool is_available(); - virtual bool is_path_supported(const String &p_path) override; - private: static OpenXRPalmPoseExtension *singleton; |