summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-01-30 17:31:10 -0500
committerOz Linden <oz@lindenlab.com>2015-01-30 17:31:10 -0500
commit695004ab6648e5c018ff765a37dfdd34cfb61020 (patch)
treef58080a52d00099367a3c9d672663a0e7ed017f2 /indra/newview/llvoavatar.h
parent45b59881ebcc19510c7e36398232f057366eb41d (diff)
tone down visually muted avatar colors
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 42ff7bff92..f2c1b34905 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -315,7 +315,7 @@ public:
static void logPendingPhasesAllAvatars();
void logMetricsTimerRecord(const std::string& phase_name, F32 elapsed, bool completed);
- static LLColor4 calcMutedAVColor(F32 value, S32 range_low, S32 range_high);
+ static LLColor4 calcMutedAVColor(const LLUUID av_id);
protected:
LLViewerStats::PhaseMap& getPhases() { return mPhases; }