You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Various fixes for OpenXR action map meta data and editing
This commit is contained in:
@@ -89,11 +89,6 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
// Return false if this extension is responsible for this path but the path is not enabled
|
||||
virtual bool is_path_supported(const String &p_path) {
|
||||
return true;
|
||||
}
|
||||
|
||||
OpenXRExtensionWrapper(OpenXRAPI *p_openxr_api) { openxr_api = p_openxr_api; };
|
||||
virtual ~OpenXRExtensionWrapper() = default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user