From 9f1e54992a1194edaf5ea62af1cd13054b869060 Mon Sep 17 00:00:00 2001 From: NiranV <niranv.dean@googlemail.com> Date: Tue, 27 Sep 2022 18:48:52 +0200 Subject: [PATCH] Changed: Tooltips for Max FPS to show the correct debug setting values. --- .../skins/default/xui/en/panel_preferences_graphics1.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml index 9c046c75889..43ce7bedcaf 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml @@ -1976,7 +1976,7 @@ width="510"> |<b>Performance:</b> <red>High</red> |<b>Graphics:</b> None ||This option controls the maximum amount of frames per second the Viewer is allowed to run at while it is active. -||FramePerSecondLimit: <blue>15</blue>" +||FramePerSecondLimit: <blue>70000</blue>" name="item0"/> <combo_box.item label="22 FPS" @@ -1985,7 +1985,7 @@ width="510"> |<b>Performance:</b> <red>High</red> |<b>Graphics:</b> None ||This option controls the maximum amount of frames per second the Viewer is allowed to run at while it is active. -||FramePerSecondLimit: <blue>30</blue>" +||FramePerSecondLimit: <blue>40000</blue>" value="40000" name="item3"/> <combo_box.item @@ -1995,7 +1995,7 @@ width="510"> |<b>Performance:</b> <red>High</red> |<b>Graphics:</b> None ||This option controls the maximum amount of frames per second the Viewer is allowed to run at while it is active. -||FramePerSecondLimit: <blue>60</blue>" +||FramePerSecondLimit: <blue>20000</blue>" value="20000" name="item4"/> <combo_box.item @@ -2005,7 +2005,7 @@ width="510"> |<b>Performance:</b> <red>High</red> |<b>Graphics:</b> None ||This option controls the maximum amount of frames per second the Viewer is allowed to run at while it is active. -||FramePerSecondLimit: <blue>90</blue>" +||FramePerSecondLimit: <blue>10000</blue>" value="10000" name="item4"/> <combo_box.item -- GitLab