fps: Final field
This commit is contained in:
@@ -54,7 +54,7 @@ public class FpsDrawListener implements Runnable
|
||||
|
||||
// Working set
|
||||
private long lastMillis = 0;
|
||||
private long[] lastDelays = new long[SAMPLE_SIZE];
|
||||
private final long[] lastDelays = new long[SAMPLE_SIZE];
|
||||
private int lastDelayIndex = 0;
|
||||
private long sleepDelay = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user