You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Deprecate and remove vendors specific XR APIs from the Godot core Android library
Follow-up to https://github.com/GodotVR/godot_openxr_vendors/pull/380, done in order to prevent vendors specific dependencies onto the Godot core Android library.
This commit is contained in:
committed by
Fredia Huya-Kouadio
parent
9dd6c4dbac
commit
023024440b
@@ -878,7 +878,7 @@ bool OS_Android::_check_internal_feature_support(const String &p_feature) {
|
||||
}
|
||||
#endif
|
||||
|
||||
if (godot_java->has_feature(p_feature)) {
|
||||
if (godot_java->check_internal_feature_support(p_feature)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user