mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@5abed52fd9
This commit is contained in:
@@ -44,7 +44,7 @@ static JavaClassWrapper *java_class_wrapper = nullptr;
|
||||
void register_android_api() {
|
||||
#if !defined(ANDROID_ENABLED)
|
||||
// On Android platforms, the `java_class_wrapper` instantiation occurs in
|
||||
// `platform/android/java_godot_lib_jni.cpp#Java_org_godotengine_godot_GodotLib_setup`
|
||||
// `platform/android/java_godot_lib_jni.cpp#Java_org_redotengine_godot_GodotLib_setup`
|
||||
java_class_wrapper = memnew(JavaClassWrapper);
|
||||
#endif
|
||||
GDREGISTER_CLASS(JNISingleton);
|
||||
|
||||
Reference in New Issue
Block a user