Update the naming scheme for the GodotPlugin's methods in preparate of the vulkan integration.
This commit is contained in:
parent
1a532d53cc
commit
d7b10beb1b
5 changed files with 40 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue