diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-27 17:20:55 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-27 17:20:55 -0500 |
commit | 55b5d6b7b45e956d6927461d8a0ef153ec3c7770 (patch) | |
tree | 4e78262d66d67a30978ea9bce0fbe1e895c4c00f /indra/newview/llvoavatarself.h | |
parent | 51d5147f470d114c16674df75608cc6153df3b3f (diff) |
SH-2689 WIP - tracking cloud/gray/textured state for avs, display with rendering cost
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 54dbe81993..6aadf4533e 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -121,7 +121,7 @@ public: // Loading state //-------------------------------------------------------------------- public: - /*virtual*/ BOOL getIsCloud(); + /*virtual*/ BOOL getIsCloud() const; //-------------------------------------------------------------------- // Region state |