NORSPEC-267 fix UI feedback for materials edits not appearing for observers when obj was selected by them

master
Graham Linden 2013-06-15 05:18:50 -07:00
parent 0a61606b79
commit f782e01920
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ S32 LLTextureEntry::setMaterialID(const LLMaterialID& pMaterialID)
{
mMaterialUpdatePending = true;
mMaterialID = pMaterialID;
return TEM_CHANGE_NONE;
return TEM_CHANGE_TEXTURE;
}
mMaterialUpdatePending = false;