summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-09-30 15:18:13 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-09-30 15:18:13 +0300
commit666129f45ce49703153c20f551b3b05b98791abb (patch)
tree70b71977f87748ca07603ab6537f72cdadb6c444 /indra/newview/llvoavatar.h
parent7c9e92f49402d0dca29357161d6a6b1eb16d7ab7 (diff)
SL-4354 Hide partially loaded avatar with cloud more reliably
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 00dccc5d12..e352a6c1fa 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -348,7 +348,7 @@ public:
BOOL isFullyTextured() const;
BOOL hasGray() const;
S32 getRezzedStatus() const; // 0 = cloud, 1 = gray, 2 = textured, 3 = textured and fully downloaded.
- void updateRezzedStatusTimers();
+ void updateRezzedStatusTimers(S32 status);
S32 mLastRezzedStatus;