summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llvoavatar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index d5d93e82a8..e0128463f3 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -7955,7 +7955,8 @@ void LLVOAvatar::idleUpdateRenderCost()
{
std::string render_info_text;
F32 worst_ratio = 0.f;
- F32 red_level, green_level;
+ F32 red_level = 0.f;
+ F32 green_level = 0.f;
static LLCachedControl<U32> max_attachment_bytes(gSavedSettings, "RenderAutoMuteByteLimit", 0);
render_info_text.append(llformat("%.1f KB%s", mAttachmentGeometryBytes/1024.f,