summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterperformance.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-09-27 19:35:49 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-09-27 19:35:49 +0300
commitdcd74c98dc5ab1373f1e7f692fd30dee92472acf (patch)
tree79feefc4097ae6770162e5ee28aa5fc99b2c1849 /indra/newview/llfloaterperformance.cpp
parent3098d315a34f6d9e1bdf0f0de4e695a89626282f (diff)
SL-18202 impostor too slow avatars and add autotune settings button to Preference
Diffstat (limited to 'indra/newview/llfloaterperformance.cpp')
-rw-r--r--indra/newview/llfloaterperformance.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp
index da1670c15e..e79e9d19b1 100644
--- a/indra/newview/llfloaterperformance.cpp
+++ b/indra/newview/llfloaterperformance.cpp
@@ -170,6 +170,11 @@ void LLFloaterPerformance::showSelectedPanel(LLPanel* selected_panel)
}
}
+void LLFloaterPerformance::showAutoadjustmentsPanel()
+{
+ showSelectedPanel(mAutoadjustmentsPanel);
+}
+
void LLFloaterPerformance::draw()
{
if (mUpdateTimer->hasExpired())