summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2009-11-12 20:54:00 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2009-11-12 20:54:00 -0500
commit1aa4e4e68d972ed118ebab14d01c829dc79cfc18 (patch)
tree823ff4c3326c303e6ce1f7f0dfb88de27a09591a /indra/newview/llfloatertools.h
parent31ceac828920bac39c330ba1eb6b7f7d9cc918b1 (diff)
EXT-2434 update avatar rendering cost
First crack at updating the rendering cost calculation for avatars to account for the possibility of invisible avatars. Also generalized rendering cost of attachments to be more general - added debug code to build floater will be post-reviewed
Diffstat (limited to 'indra/newview/llfloatertools.h')
-rw-r--r--indra/newview/llfloatertools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h
index a3e0cac034..05a88a31d3 100644
--- a/indra/newview/llfloatertools.h
+++ b/indra/newview/llfloatertools.h
@@ -121,6 +121,7 @@ private:
static bool multipleFacesSelectedConfirm(const LLSD& notification, const LLSD& response);
static void setObjectType( LLPCode pcode );
void onClickGridOptions();
+ S32 calcRenderCost();
public:
LLButton *mBtnFocus;