This commit is contained in:
Shyotl
2012-11-29 10:07:25 -06:00
parent c0c9c51e43
commit 3a4b6cf6b6

View File

@@ -1265,11 +1265,7 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
mText->setString(mHudTextString); mText->setString(mHudTextString);
} }
if (mDrawable.notNull()) setChanged(MOVED | SILHOUETTE);
{
setChanged(MOVED | SILHOUETTE);
gPipeline.markMoved(mDrawable, FALSE); // undamped
}
} }
else if (mText.notNull()) else if (mText.notNull())
{ {