diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-04-15 15:00:13 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-04-15 15:00:13 -0400 |
commit | 384c954fb7f6fef583998f87968c01a831911a49 (patch) | |
tree | 8546f0e2801fabcead21062cd54326fb0792d819 /indra/newview/llvoavatarself.h | |
parent | 7c170abf52813aa45e9bee656e3b5c12d7fbf47e (diff) |
EXT-6877 : Show avatar-as-cloud as "Loading..." in nametag
If you or others are a cloud, then your nametag will include a "(Loading...)" string.
Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud.
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 9514abc5bc..24a2896eb0 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -120,7 +120,7 @@ public: // Loading state //-------------------------------------------------------------------- public: - /*virtual*/ BOOL updateIsFullyLoaded(); + /*virtual*/ BOOL getIsCloud(); private: BOOL mIsBaked; // are the stored baked textures up to date? |