summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterperformance.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 16:33:44 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 16:33:44 +0200
commitd7603ffc9c94a6cdab94bc23745903c7fff25ff1 (patch)
tree7cdc77fc087a6d7442d52e7e0faa0f7823245693 /indra/newview/llfloaterperformance.h
parent5b04123aec281de30fb8b6473600f6b1e9d16909 (diff)
SL-16627 AutoFPS first pass
Diffstat (limited to 'indra/newview/llfloaterperformance.h')
-rw-r--r--indra/newview/llfloaterperformance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterperformance.h b/indra/newview/llfloaterperformance.h
index a5549685f6..7a1394c51b 100644
--- a/indra/newview/llfloaterperformance.h
+++ b/indra/newview/llfloaterperformance.h
@@ -63,11 +63,11 @@ private:
void onClickHideAvatars();
void onClickExceptions();
+ void onUICtrlMouseDown();
+
void updateMaxComplexity();
void updateComplexityText();
- void getNearbyAvatars(std::vector<LLCharacter*> &valid_nearby_avs);
-
LLPanel* mMainPanel;
LLPanel* mNearbyPanel;
LLPanel* mComplexityPanel;