From d00aef85b6b7e4237bf7a0ae0a8c76ea975649bb Mon Sep 17 00:00:00 2001 From: pelya Date: Tue, 1 Mar 2011 09:22:22 +0000 Subject: [PATCH] Fixed another bug in text input (thanks Kurosu) --- project/jni/sdl-1.3/src/video/android/SDL_androidinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/project/jni/sdl-1.3/src/video/android/SDL_androidinput.c b/project/jni/sdl-1.3/src/video/android/SDL_androidinput.c index 2c76598a1..275d9b28b 100644 --- a/project/jni/sdl-1.3/src/video/android/SDL_androidinput.c +++ b/project/jni/sdl-1.3/src/video/android/SDL_androidinput.c @@ -679,6 +679,7 @@ void SDL_ANDROID_TextInputInit(char * buffer, int len) { textInputBuffer = buffer; textInputBufferLen = len; + textInputBufferPos = 0; } JNIEXPORT void JNICALL