Initial support for the Clang compiler and numerous warning fixes
This commit is contained in:
@@ -3428,7 +3428,7 @@ bool LLAppearanceMgr::moveWearable(LLViewerInventoryItem* item, bool closer_to_b
|
||||
|
||||
//to cause appearance of the agent to be updated
|
||||
bool result = false;
|
||||
if (result = gAgentWearables.moveWearable(item, closer_to_body))
|
||||
if ((result = gAgentWearables.moveWearable(item, closer_to_body)))
|
||||
{
|
||||
gAgentAvatarp->wearableUpdated(item->getWearableType(), FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user