diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-11-12 01:16:30 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-11-12 01:16:30 +0200 |
commit | 742d866265a99b1cf916de7acb58e0f8314b950f (patch) | |
tree | 1330f1f3d361820793a9911e3fd5449aebc618e6 | |
parent | 4be5d07acb3c62383de092d1df3f0a5e239ca607 (diff) |
convert dos line endings
-rwxr-xr-x | indra/newview/llvovolume.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 8677c02829..dfac77857c 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -335,13 +335,13 @@ U32 LLVOVolume::processUpdateMessage(LLMessageSystem *mesgsys, { mTextureAnimp = new LLViewerTextureAnim(this); } - else
- {
- if (!(mTextureAnimp->mMode & LLTextureAnim::SMOOTH))
- {
- mTextureAnimp->reset();
- }
- }
+ else + { + if (!(mTextureAnimp->mMode & LLTextureAnim::SMOOTH)) + { + mTextureAnimp->reset(); + } + } mTexAnimMode = 0; mTextureAnimp->unpackTAMessage(mesgsys, block_num); |