Removed unneeded hack

This commit is contained in:
pelya
2010-12-16 15:22:15 +00:00
parent fed1bc383b
commit d920a287ee

View File

@@ -219,8 +219,6 @@ public class MainActivity extends Activity {
if( mGLView != null )
{
synchronized(textInput) {
textInput.addFirst(0); // Dummy keycode to skip first frame
textInput.addFirst(0);
for(int i = 0; i < text.length(); i++)
{
textInput.addLast((int)text.charAt(i));