Hovertext updates marked objects as 'moved' when inappropriate. http://hg.secondlife.com/viewer-development/commits/8ccf2b0fa3857a6610f6ea03166e5a4494ca6d03
This commit is contained in:
@@ -1265,11 +1265,7 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
|
||||
mText->setString(mHudTextString);
|
||||
}
|
||||
|
||||
if (mDrawable.notNull())
|
||||
{
|
||||
setChanged(MOVED | SILHOUETTE);
|
||||
gPipeline.markMoved(mDrawable, FALSE); // undamped
|
||||
}
|
||||
setChanged(MOVED | SILHOUETTE);
|
||||
}
|
||||
else if (mText.notNull())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user