master
bea@american.lindenlab.com 2009-12-03 08:48:47 -08:00
commit db4ea92fa8
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ void LLVOVolume::regenFaces()
// If the face had media on it, this will have broken the link between the LLViewerMediaTexture and the face.
// Re-establish the link.
if(mMediaImplList.size() > i)
if((int)mMediaImplList.size() > i)
{
if(mMediaImplList[i])
{