mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Fixed typo in source comment.
This commit is contained in:
parent
a18debdc6a
commit
d4d1f23355
|
|
@ -19,7 +19,7 @@ extern void SDL_Android_Init(JNIEnv* env, jclass cls);
|
|||
/* Start up the SDL app */
|
||||
int Java_org_libsdl_app_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobject obj)
|
||||
{
|
||||
/* This interface could expand with ABI negotiation, calbacks, etc. */
|
||||
/* This interface could expand with ABI negotiation, callbacks, etc. */
|
||||
SDL_Android_Init(env, cls);
|
||||
|
||||
SDL_SetMainReady();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user