Support for querying video surface pixles in SDL 1.2 HW mode - it's VERY slow
This commit is contained in:
@@ -115,6 +115,7 @@ public class MainActivity extends Activity {
|
||||
if( Parent._tv == null )
|
||||
{
|
||||
Parent._tv = new TextView(Parent);
|
||||
Parent._tv.setMaxLines(1);
|
||||
Parent._tv.setText(R.string.init);
|
||||
Parent._layout2.addView(Parent._tv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user