You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update the naming scheme for the GodotPlugin's methods in preparate of the vulkan integration.
This commit is contained in:
@@ -207,7 +207,7 @@ JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_step(JNIEnv *env, jcl
|
||||
}
|
||||
|
||||
os_android->main_loop_begin();
|
||||
godot_java->on_gl_godot_main_loop_started(env);
|
||||
godot_java->on_godot_main_loop_started(env);
|
||||
++step;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user