diff options
author | Oz Linden <oz@lindenlab.com> | 2015-02-06 09:50:45 -0800 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-02-06 09:50:45 -0800 |
commit | 4e1bd474f268e88b424b87806fe4815807b41a49 (patch) | |
tree | 16a65b3fe5ad16fbac80de692fdc42e18034f882 /indra/newview/llvoavatar.h | |
parent | 53fb7f9998fceadc84ee3aefec12806ce87f7772 (diff) |
correct bug in initial av rendering I introduced, clarify several tests
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
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. |