Fix a bug in the pie menu, in v3 there is a separate pie menu for others' attachments, we don't have this yet.

This commit is contained in:
Lirusaito
2013-04-03 08:21:42 -04:00
parent d064a54be3
commit 0969f72bad

View File

@@ -1142,11 +1142,11 @@ BOOL LLToolPie::handleRightClickPick()
(!gRlvHandler.hasBehaviour(RLV_BHVR_FARTOUCH)) )
{
// [/RLVa:KB]
if (is_other_attachment)
/*if (is_other_attachment)
{
gPieAttachment->show(x, y, true);
gPieAttachmentOther->show(x, y, true);
}
else
else*/
{
gPieAvatar->show(x, y, true);
}