diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-11-11 15:26:55 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-11-11 15:26:55 -0500 | 
| commit | ebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (patch) | |
| tree | f027a9fac73176bb7dc3c442b55182e5d914b0e4 /indra/newview | |
| parent | b8cafb8e850c9bc65f61202d6caba5725a33aef7 (diff) | |
convert dos line endings
Diffstat (limited to 'indra/newview')
| -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); | 
