summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-02-06 09:50:45 -0800
committerOz Linden <oz@lindenlab.com>2015-02-06 09:50:45 -0800
commit4e1bd474f268e88b424b87806fe4815807b41a49 (patch)
tree16a65b3fe5ad16fbac80de692fdc42e18034f882 /indra/newview/llvoavatar.h
parent53fb7f9998fceadc84ee3aefec12806ce87f7772 (diff)
correct bug in initial av rendering I introduced, clarify several tests
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 363f7b9f2a..0cf455db15 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -301,7 +301,7 @@ public:
public:
BOOL isFullyLoaded() const;
bool visualParamWeightsAreDefault();
- virtual BOOL getIsCloud() const;
+ virtual bool getIsCloud() const;
BOOL isFullyTextured() const;
BOOL hasGray() const;
S32 getRezzedStatus() const; // 0 = cloud, 1 = gray, 2 = textured, 3 = textured and fully downloaded.