summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexlayer.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-26 11:52:19 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-26 11:52:19 -0400
commitab83fab72c66e753917001a9030aa55e69a3c496 (patch)
treed71c42801e3083b316986c8005cf69a331bf558a /indra/newview/llviewertexlayer.cpp
parent04b0862b3b53ef57801b779c51e6b8fe1c442008 (diff)
error checking, comments for areas needing fix/check in appearance
Diffstat (limited to 'indra/newview/llviewertexlayer.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llviewertexlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexlayer.cpp b/indra/newview/llviewertexlayer.cpp
index 463906d3ef..9477e89f1c 100644..100755
--- a/indra/newview/llviewertexlayer.cpp
+++ b/indra/newview/llviewertexlayer.cpp
@@ -285,7 +285,7 @@ BOOL LLViewerTexLayerSetBuffer::uploadInProgress() const
BOOL LLViewerTexLayerSetBuffer::isReadyToUpload() const
{
if (!gAgentQueryManager.hasNoPendingQueries()) return FALSE; // Can't upload if there are pending queries.
- // FIXME DRANO
+ // FIXME DRANO - should be checking local appearance?
if (isAgentAvatarValid() && !gAgentAvatarp->isUsingServerBakes()) return FALSE; // Don't upload if avatar is using composites.
BOOL ready = FALSE;