mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Merge pull request #37175 from m4gr3d/make_godot_plugin_callbacks_generic_3.2
[3.2] Update the naming scheme for the GodotPlugin's methods
This commit is contained in:
commit
c4a849588b
5 changed files with 23 additions and 21 deletions
|
|
@ -250,7 +250,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue