diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-12-15 12:48:07 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-12-15 12:48:07 -0500 |
| commit | e4a1b12e7a9c4bb8cbc2a1e41fddb8cec5a1b1e0 (patch) | |
| tree | a74d7e087c6c440e31e319f76f90beb315a27617 /indra/newview/llvoavatar.cpp | |
| parent | e68d5e248f73180def7c8928b32482347dd91de4 (diff) | |
SH-2789 WIP - build without tcmalloc, force alignment in various places
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rwxr-xr-x[-rw-r--r--] | 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 4767ba2bed..ad5ea15bbb 100644..100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2595,7 +2595,7 @@ void LLVOAvatar::idleUpdateMisc(bool detailed_update) if (isImpostor() && !mNeedsImpostorUpdate) { - LLVector4a ext[2]; + LL_ALIGN_16(LLVector4a ext[2]); F32 distance; LLVector3 angle; |
