diff options
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 765220cdd4..25c7120a19 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3225,7 +3225,7 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) debug_line += llformat(" hov_z: %f", mHoverOffset[2]); } F32 elapsed = mLastAppearanceMessageTimer.getElapsedTimeF32(); - static char *elapsed_chars = "Xx*..."; + static const char *elapsed_chars = "Xx*..."; U32 bucket = U32(elapsed*2); if (bucket < strlen(elapsed_chars)) { |