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.
2 parents 0500ed6 + 99dee69 commit 94e4823Copy full SHA for 94e4823
indra/newview/llfloaterregioninfo.cpp
@@ -553,7 +553,7 @@ void LLFloaterRegionInfo::refreshFromRegion(LLViewerRegion* region)
553
if (region != gAgent.getRegion())
554
return;
555
556
- if (LLFloaterRegionInfo* floater = LLFloaterReg::getTypedInstance<LLFloaterRegionInfo>("region_info"))
+ if (LLFloaterRegionInfo* floater = LLFloaterReg::findTypedInstance<LLFloaterRegionInfo>("region_info"))
557
{
558
if (floater->getVisible() && region == gAgent.getRegion())
559
0 commit comments