1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Update the naming scheme for the GodotPlugin's methods in preparation of the vulkan integration.

This commit is contained in:
fhuya
2020-03-19 15:41:50 -07:00
parent e707b712e8
commit b995256bca
5 changed files with 23 additions and 21 deletions

View File

@@ -248,7 +248,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;
}