Bugfixes
This commit is contained in:
@@ -214,6 +214,7 @@ public class SettingsMenuDialog extends SettingsDialog{
|
||||
graphics.checkPref("indicators", true);
|
||||
graphics.checkPref("animatedwater", false);
|
||||
graphics.checkPref("lasers", true);
|
||||
graphics.checkPref("pixelate", false);
|
||||
}
|
||||
|
||||
private void back(){
|
||||
|
||||
@@ -166,9 +166,10 @@ public class HudFragment extends Fragment{
|
||||
IntFormat fps = new IntFormat("fps");
|
||||
IntFormat ping = new IntFormat("ping");
|
||||
|
||||
info.label(() -> ping.get(Net.getPing())).visible(Net::client).right();
|
||||
|
||||
info.label(() -> ping.get(Net.getPing())).visible(Net::client).left();
|
||||
info.row();
|
||||
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).right();
|
||||
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).left();
|
||||
});
|
||||
|
||||
//spawner warning
|
||||
|
||||
Reference in New Issue
Block a user