diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-13 11:11:11 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-13 11:11:11 -0500 |
commit | 69f4b29761aa31d2ac46268eccf5b1cb7edf30f1 (patch) | |
tree | 100b0a6cbb9416f1e4952e1ba6a08d4f14e07c47 /indra/newview/llvoavatar.cpp | |
parent | 1aa4e4e68d972ed118ebab14d01c829dc79cfc18 (diff) |
EXT-2434 update rendering cost to reflect changes in avatar rendering
finished the updates to avatar rendering cost and formalized the
display of selected object render cost in the build tools floater.
Both checkins reviewed by Vir.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index d7e31e8436..b6c1ee2f11 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7644,7 +7644,7 @@ void LLVOAvatar::idleUpdateRenderCost() ETextureIndex tex_index = baked_dict->mTextureIndex; if (isTextureVisible(tex_index)) { - shame +=25; + shame +=20; } } |