mirror of
https://github.com/yawut/SDL.git
synced 2026-08-04 09:40:55 -05:00
Added missing return statement.
This commit is contained in:
parent
54bd7cde7b
commit
acff4dec41
|
|
@ -369,6 +369,7 @@ SDL_bool Android_JNI_DeleteContext(SDL_GLContext context)
|
|||
/* There's only one context, so the parameter is ignored for now */
|
||||
JNIEnv *env = Android_JNI_GetEnv();
|
||||
(*env)->CallStaticVoidMethod(env, mActivityClass, midDeleteGLContext);
|
||||
return SDL_TRUE;
|
||||
}
|
||||
|
||||
void Android_JNI_SwapWindow()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user