Added missing return statement.
This commit is contained in:
parent
ea1040111a
commit
1e3605c00f
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ SDL_bool Android_JNI_DeleteContext(SDL_GLContext context)
|
||||||
/* There's only one context, so the parameter is ignored for now */
|
/* There's only one context, so the parameter is ignored for now */
|
||||||
JNIEnv *env = Android_JNI_GetEnv();
|
JNIEnv *env = Android_JNI_GetEnv();
|
||||||
(*env)->CallStaticVoidMethod(env, mActivityClass, midDeleteGLContext);
|
(*env)->CallStaticVoidMethod(env, mActivityClass, midDeleteGLContext);
|
||||||
|
return SDL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Android_JNI_SwapWindow()
|
void Android_JNI_SwapWindow()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue