diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-06-15 05:18:50 -0700 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-06-15 05:18:50 -0700 | 
| commit | f782e0192009b249edcb30ca2a5418ec7c1ddfa4 (patch) | |
| tree | 45b333752243901949f725df8de9be4efcf87070 /indra | |
| parent | 0a61606b79765d011be8299754cd77c299855879 (diff) | |
NORSPEC-267 fix UI feedback for materials edits not appearing for observers when obj was selected by them
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/llprimitive/lltextureentry.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llprimitive/lltextureentry.cpp b/indra/llprimitive/lltextureentry.cpp index 597f078490..0db75a0e82 100755 --- a/indra/llprimitive/lltextureentry.cpp +++ b/indra/llprimitive/lltextureentry.cpp @@ -545,7 +545,7 @@ S32 LLTextureEntry::setMaterialID(const LLMaterialID& pMaterialID)  		{  			mMaterialUpdatePending = true;  			mMaterialID = pMaterialID; -			return TEM_CHANGE_NONE; +			return TEM_CHANGE_TEXTURE;  		}  		mMaterialUpdatePending = false; | 
