diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-04-08 09:24:07 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-04-08 09:24:07 -0400 |
| commit | 444311d58082ae1277a3628fbe380f7407910f50 (patch) | |
| tree | 9349d5caf656ac427da037fe6fc4b1f4f387ded1 /indra/newview/llviewerstats.cpp | |
| parent | a22e3df7e5570e52abcba4a28103c3d76960a010 (diff) | |
| parent | c492bffaa6cd0d9bb05bbc3671c7658b7ba52862 (diff) | |
pull tags and late fixes back from viewer-pre-release
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 874519a59f..fa60e572ac 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -711,7 +711,7 @@ void send_stats() // but that day is not today. // Only send stats if the agent is connected to a region. - if (!gAgent.getRegion() || gNoRender) + if (!gAgent.getRegion()) { return; } |
