Archived
0

название потока

This commit is contained in:
2019-01-29 22:44:47 +03:00
parent 500b52e83a
commit 7c20c5b343
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ public class GameLoop extends Thread {
private TimeProcessor gameTimer;
public GameLoop() {
super();
super("Game Loop Thread");
setTps(20);
setPercentWarnLowTps(5);
}