diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-02-17 21:20:08 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-02-17 21:20:08 +0200 |
commit | ba8dcf906d1b6b8b5a5bd91cf84cb34fdcf58d94 (patch) | |
tree | 8ad14fc0681a07a164910642ddab976a9710ce4f /indra/newview/llvoavatarself.cpp | |
parent | 0e3d8023dc08d6b4965e71064c3ac5a2f1e4f180 (diff) | |
parent | 00c47d079f7e958e473ed4083a7f7691fa02dcd5 (diff) |
Merge branch 'master' into DRTVWR-515-maint
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 58109b838e..458d8ced65 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -668,7 +668,7 @@ LLVOAvatarSelf::~LLVOAvatarSelf() *********************************************************************************/ // virtual -BOOL LLVOAvatarSelf::updateCharacter(LLAgent &agent) +bool LLVOAvatarSelf::updateCharacter(LLAgent &agent) { // update screen joint size if (mScreenp) |