mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Fixed people radar showing empty
This commit is contained in:
@@ -298,7 +298,7 @@ void FSPanelRadar::requestUpdate()
|
||||
|
||||
void FSPanelRadar::updateList(const std::vector<LLSD>& entries, const LLSD& stats)
|
||||
{
|
||||
if (!mVisibleCheckFunction)
|
||||
if (mVisibleCheckFunction && !mVisibleCheckFunction())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user