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 f891b66 commit 99dee69Copy full SHA for 99dee69
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