diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewerobject.cpp | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 2fe6cd578b..ecbedbfadb 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -1232,12 +1232,8 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,  					coloru.mV[3] = 255 - coloru.mV[3];  					mText->setColor(LLColor4(coloru));  					mText->setString(temp_string); -					 -					if (mDrawable.notNull()) -					{ -						setChanged(MOVED | SILHOUETTE); -						gPipeline.markMoved(mDrawable, FALSE); // undamped -					} + +					setChanged(MOVED | SILHOUETTE);  				}  				else if (mText.notNull())  				{ @@ -2069,7 +2065,6 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,  		setChanged(ROTATED | SILHOUETTE);  	} -  	if ( gShowObjectUpdates )  	{  		LLColor4 color; | 
