convert dos line endings
parent
b8cafb8e85
commit
ebc9bcbf69
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue