mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-07 07:41:50 -05:00
Fix leakage of JNI object references
Fixes https://github.com/godotengine/godot/issues/87548
This commit is contained in:
@@ -736,6 +736,10 @@ void OS_Android::benchmark_dump() {
|
||||
}
|
||||
|
||||
bool OS_Android::_check_internal_feature_support(const String &p_feature) {
|
||||
if (p_feature == "macos" || p_feature == "web_ios" || p_feature == "web_macos" || p_feature == "windows") {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (p_feature == "system_fonts") {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user