You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Various fixes for OpenXR action map meta data and editing
This commit is contained in:
@@ -51,16 +51,3 @@ OpenXRPalmPoseExtension::~OpenXRPalmPoseExtension() {
|
||||
bool OpenXRPalmPoseExtension::is_available() {
|
||||
return available;
|
||||
}
|
||||
|
||||
bool OpenXRPalmPoseExtension::is_path_supported(const String &p_path) {
|
||||
if (p_path == "/user/hand/left/input/palm_ext/pose") {
|
||||
return available;
|
||||
}
|
||||
|
||||
if (p_path == "/user/hand/right/input/palm_ext/pose") {
|
||||
return available;
|
||||
}
|
||||
|
||||
// Not a path under this extensions control, so we return true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user