summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-28 20:35:02 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-28 20:35:02 +0100
commit15039662f2aeef72a799d8a9a474ebe4141dd7cc (patch)
treeaa5be61cae72542b0742f243bd7097570e9ab3fc /indra/newview/lltexturectrl.cpp
parent3e1100dbfa8549e8738bc68b5a4a2e5d36a0da85 (diff)
parenta5c9e30fc806cc8cf291b7da0fd4133ca8241fed (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index efdddd947b..a1ab051021 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -1286,8 +1286,8 @@ void LLTextureCtrl::draw()
LLFontGL::DROP_SHADOW);
}
- // Show more detailed information if this agent is god.
- if (gAgent.isGodlike())
+ // Optionally show more detailed information.
+ if (gSavedSettings.getBOOL("DebugAvatarRezTime"))
{
LLFontGL* font = LLFontGL::getFontSansSerif();
std::string tdesc;