summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2013-11-12 01:16:30 +0200
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2013-11-12 01:16:30 +0200
commit742d866265a99b1cf916de7acb58e0f8314b950f (patch)
tree1330f1f3d361820793a9911e3fd5449aebc618e6 /indra
parent4be5d07acb3c62383de092d1df3f0a5e239ca607 (diff)
convert dos line endings
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvovolume.cpp14
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);