aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llworldmapview.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llworldmapview.cpp b/linden/indra/newview/llworldmapview.cpp
index 48f1aac..dc68910 100644
--- a/linden/indra/newview/llworldmapview.cpp
+++ b/linden/indra/newview/llworldmapview.cpp
@@ -621,7 +621,9 @@ void LLWorldMapView::draw()
621 } 621 }
622 622
623 // If this is mature, and you are not, draw a line across it 623 // If this is mature, and you are not, draw a line across it
624 if (info->mAccess != SIM_ACCESS_DOWN && info->mAccess > gAgent.mAccess) 624 if (info->mAccess != SIM_ACCESS_DOWN
625 && info->mAccess > SIM_ACCESS_PG
626 && gAgent.isTeen())
625 { 627 {
626 glBlendFunc(GL_DST_ALPHA, GL_ZERO); 628 glBlendFunc(GL_DST_ALPHA, GL_ZERO);
627 629