This commit is contained in:
khanhduytran0 2020-11-05 13:09:19 +07:00
parent 0d650d88fe
commit cff326bb11

View File

@ -71,7 +71,7 @@ public class InstallModActivity extends LoggableActivity {
// final Surface surface = new Surface(tex); // final Surface surface = new Surface(tex);
new Thread(new Runnable(){ new Thread(new Runnable(){
private TextPaint fpsPaint = new TextPaint(Color.LIGHT_GRAY); private TextPaint fpsPaint = new TextPaint(Color.LTGRAY);
private boolean attached = false; private boolean attached = false;
// Temporary count fps https://stackoverflow.com/a/13729241 // Temporary count fps https://stackoverflow.com/a/13729241