From 434ded74b33d97e0952c251d2498fd937097be15 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Wed, 11 Sep 2024 13:16:21 +0200 Subject: [PATCH] Allow 1 fps Running cavebotting MC's on VPS with limited CPU, I want to set the FPS to 1. --- modules/client_options/graphics.otui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/client_options/graphics.otui b/modules/client_options/graphics.otui index dd75962a5..ae2b67ebb 100644 --- a/modules/client_options/graphics.otui +++ b/modules/client_options/graphics.otui @@ -73,7 +73,7 @@ OptionPanel OptionScrollbar id: backgroundFrameRate margin-top: 3 - minimum: 10 + minimum: 1 maximum: 201 Label @@ -97,4 +97,4 @@ OptionPanel text-wrap: true !text: tr("If you have FPS issues:\n- Use OpenGL version (_gl)\n- Disable vertical synchronization\n- Set higher optimization level\n- Lower screen resolution\nOr report it on forum: http://otclient.net") $mobile: - visible: false \ No newline at end of file + visible: false