mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-19 20:27:44 +07:00
Fixed server displaying FPS as 0
This commit is contained in:
@ -174,7 +174,7 @@ public class ServerControl extends Module {
|
||||
}else{
|
||||
info("&lyNo players connected.");
|
||||
}
|
||||
info("&lbFPS: {0}", Gdx.graphics.getFramesPerSecond());
|
||||
info("&lbFPS: {0}", (int)(60f/Timers.delta()));
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user