diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-11-17 15:04:38 +0200 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-11-17 15:04:38 +0200 |
| commit | 0ee82f5264067e22013c49abf19344172c2f658b (patch) | |
| tree | 24071cb8fda40782817f49c3d4812da83d84d3b9 /indra/newview/llfloaterperformance.cpp | |
| parent | 72b1cfc76b6deda8771935b086f040b887ffe804 (diff) | |
SL-18641 fix for 'Always display friends in full detail' setting
Diffstat (limited to 'indra/newview/llfloaterperformance.cpp')
| -rw-r--r-- | indra/newview/llfloaterperformance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp index 10595f5b6a..51eb137d82 100644 --- a/indra/newview/llfloaterperformance.cpp +++ b/indra/newview/llfloaterperformance.cpp @@ -372,7 +372,7 @@ void LLFloaterPerformance::populateNearbyList() auto render_av_raw = LLPerfStats::StatsRecorder::get(AvType, avatar->getID(),LLPerfStats::StatType_t::RENDER_COMBINED); LLPerfStats::bufferToggleLock.unlock(); - auto is_slow = avatar->isTooSlowWithShadows(); + auto is_slow = avatar->isTooSlow(); LLSD item; item["id"] = avatar->getID(); LLSD& row = item["columns"]; |
