reverting some changes to llvovolume that seems to break animated textures

Signed-off-by: Siana Gearz <siana.sg@live.de>
This commit is contained in:
Bob Shaffer II
2013-12-11 09:18:34 -05:00
committed by Siana Gearz
parent 873df7805b
commit 5080ebf88f

View File

@@ -343,6 +343,13 @@ U32 LLVOVolume::processUpdateMessage(LLMessageSystem *mesgsys,
mTextureAnimp = new LLViewerTextureAnim(this);
mTexAnimMode = 0;
}
else
{
if (!(mTextureAnimp->mMode & LLTextureAnim::SMOOTH))
{
mTextureAnimp->reset();
}
}
mTextureAnimp->unpackTAMessage(mesgsys, block_num);
}