Fixed another bug in text input (thanks Kurosu)

This commit is contained in:
pelya
2011-03-01 09:22:22 +00:00
parent 418ab79db8
commit d00aef85b6

View File

@@ -679,6 +679,7 @@ void SDL_ANDROID_TextInputInit(char * buffer, int len)
{
textInputBuffer = buffer;
textInputBufferLen = len;
textInputBufferPos = 0;
}
JNIEXPORT void JNICALL