Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 3, 2013
1 parent a76af0e commit 68b56c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/android/SDL_android.c
Expand Up @@ -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()
Expand Down

0 comments on commit 68b56c1

Please sign in to comment.