summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturestats.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
committerOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
commit52615d251bc9261fe5765feefbcd31021bd75934 (patch)
tree2e259b393c6d2405d4a5e30ae9dd25e282c78a4d /indra/newview/lltexturestats.cpp
parent0a802ae351153008b40d42106c866836d0ee4954 (diff)
parenta1a5a793a70f62c977e97b7433840fcb70f47c03 (diff)
pull pack late beta fixes from 2.6.3
Diffstat (limited to 'indra/newview/lltexturestats.cpp')
-rw-r--r--indra/newview/lltexturestats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturestats.cpp b/indra/newview/lltexturestats.cpp
index dd35d5cf83..f820ae65df 100644
--- a/indra/newview/lltexturestats.cpp
+++ b/indra/newview/lltexturestats.cpp
@@ -37,7 +37,7 @@ void send_texture_stats_to_sim(const LLSD &texture_stats)
{
LLSD texture_stats_report;
// Only send stats if the agent is connected to a region.
- if (!gAgent.getRegion() || gNoRender)
+ if (!gAgent.getRegion())
{
return;
}