Skip to content

Commit

Permalink
Corrected source comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Nov 10, 2013
1 parent 92b1281 commit bd1e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/android/SDL_android.c
Expand Up @@ -162,7 +162,7 @@ void Java_org_libsdl_app_SDLActivity_onNativePadUp(
Android_OnPadUp(padId, keycode);
}

// Padup
/* Joy */
void Java_org_libsdl_app_SDLActivity_onNativeJoy(
JNIEnv* env, jclass jcls,
jint joyId, jint axis, jfloat value)
Expand Down

0 comments on commit bd1e1a9

Please sign in to comment.