NORSPEC-267 fix UI feedback for materials edits not appearing for observers when obj was selected by them
parent
0a61606b79
commit
f782e01920
|
|
@ -545,7 +545,7 @@ S32 LLTextureEntry::setMaterialID(const LLMaterialID& pMaterialID)
|
|||
{
|
||||
mMaterialUpdatePending = true;
|
||||
mMaterialID = pMaterialID;
|
||||
return TEM_CHANGE_NONE;
|
||||
return TEM_CHANGE_TEXTURE;
|
||||
}
|
||||
|
||||
mMaterialUpdatePending = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue