We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c20662 commit 939817dCopy full SHA for 939817d
indra/newview/llselectmgr.cpp
@@ -7513,7 +7513,7 @@ void LLSelectMgr::updatePointAt()
7513
LLVector3 select_offset;
7514
const LLPickInfo& pick = gViewerWindow->getLastPick();
7515
LLViewerObject *click_object = pick.getObject();
7516
- bool was_hud = pick.mPickHUD && !click_object->isHUDAttachment();
+ bool was_hud = pick.mPickHUD && click_object && !click_object->isHUDAttachment();
7517
if (click_object && click_object->isSelected() && !was_hud)
7518
{
7519
// clicked on another object in our selection group, use that as target
0 commit comments