diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llworldmapview.cpp | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llworldmapview.cpp | 4 |
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 | ||