Updated rigged mesh selection/cursor hover handling.
This commit is contained in:
@@ -87,7 +87,7 @@ BOOL LLToolFace::handleDoubleClick(S32 x, S32 y, MASK mask)
|
||||
|
||||
BOOL LLToolFace::handleMouseDown(S32 x, S32 y, MASK mask)
|
||||
{
|
||||
gViewerWindow->pickAsync(x, y, mask, pickCallback);
|
||||
gViewerWindow->pickAsync(x, y, mask, pickCallback, TRUE, TRUE);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user