diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-08-08 22:13:57 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-08-09 14:05:55 +0200 |
commit | a6131b5652124d40e782dd6bc653a9020061cf33 (patch) | |
tree | 19d34b851f6f8fb507c6946054dfca1e1cce1755 /indra/newview/llvoavatar.h | |
parent | f782f5f5345e68e0c579e5fe78be94f749723dee (diff) |
#2229 BugSplat Crash #1502471: SecondLifeViewer!LLPolySkeletalDistortion::apply(196)
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | 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 2144be1ba5..aa6aee0de5 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -422,7 +422,7 @@ protected: bool updateIsFullyLoaded(); bool processFullyLoadedChange(bool loading); void updateRuthTimer(bool loading); - F32 calcMorphAmount(); + F32 calcMorphAmount() const; private: bool mFirstFullyVisible; |