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:
committed by
Siana Gearz
parent
873df7805b
commit
5080ebf88f
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user